/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 585 struct IsExported { struct 586 const StringMap<FunctionImporter::ExportSetTy> &ExportLists; 587 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols; 589 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported() argument 593 bool operator()(StringRef ModuleIdentifier, ValueInfo VI) const { in operator ()()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 650 struct IsExported { struct 651 const StringMap<FunctionImporter::ExportSetTy> &ExportLists; 652 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols; 654 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported() argument 658 bool operator()(StringRef ModuleIdentifier, ValueInfo VI) const { in operator ()()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 884 Constant *TheFn, bool &IsExported) { in applySingleImplDevirt() 914 bool IsExported = false; in AddCalls() local 948 bool IsExported = false; in trySingleImplDevirt() local 1015 bool IsExported = AddCalls(SlotInfo, TheFn); in trySingleImplDevirt() local 1095 bool IsExported = false; in tryICallBranchFunnel() local 1102 Constant *JT, bool &IsExported) { in applyICallBranchFunnel() 1714 bool IsExported = false; in importResolution() local 1759 bool IsExported = false; in importResolution() local
|
H A D | LowerTypeTests.cpp | 274 bool IsExported; member in __anona231ce1d0111::GlobalTypeMember 280 bool IsJumpTableCanonical, bool IsExported, in create() 407 bool IsExported = false; member 1951 bool IsExported = false; in lower() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 1095 Constant *TheFn, bool &IsExported) { in applySingleImplDevirt() 1183 bool IsExported = false; in AddCalls() local 1217 bool IsExported = false; in trySingleImplDevirt() local 1289 bool IsExported = AddCalls(SlotInfo, TheFn); in trySingleImplDevirt() local 1369 bool IsExported = false; in tryICallBranchFunnel() local 1376 Constant *JT, bool &IsExported) { in applyICallBranchFunnel() 2021 bool IsExported = false; in importResolution() local 2066 bool IsExported = false; in importResolution() local
|
H A D | LowerTypeTests.cpp | 280 bool IsExported; member in __anon7df8bfe30111::GlobalTypeMember 286 bool IsJumpTableCanonical, bool IsExported, in create() 426 bool IsExported = false; member 1559 const bool IsExported = Functions[I]->isExported(); in buildBitSetsFromFunctionsNative() local 2040 bool IsExported = false; in lower() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/ |
D | export_test.go | 137 func IsExported(t Type) bool { func
|
D | type.go | 459 func (m Method) IsExported() bool { func 1029 func (f StructField) IsExported() bool { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/ |
D | sym.go | 132 func IsExported(name string) bool { func
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/ |
H A D | insert_main_function.cc | 67 bool IsExported(func::FuncOp& op) { in IsExported() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/token/ |
D | token.go | 316 func IsExported(name string) bool { func
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
H A D | tf_saved_model.cc | 429 bool IsExported(Operation *op) { in IsExported() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/ |
D | type.go | 633 func (n Name) IsExported() bool { func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/ |
D | ast.go | 583 func IsExported(name string) bool { return token.IsExported(name) } func 586 func (id *Ident) IsExported() bool { return token.IsExported(id.Name) } func
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
H A D | import_model.cc | 2918 bool ObjectNames::IsExported(const std::string& name) { in IsExported() function in tensorflow::__anon636eac960111::ObjectNames
|