Home
last modified time | relevance | path

Searched defs:IsExported (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp585 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 DThinLTOCodeGenerator.cpp650 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 DWholeProgramDevirt.cpp884 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 DLowerTypeTests.cpp274 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 DWholeProgramDevirt.cpp1095 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 DLowerTypeTests.cpp280 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/
Dexport_test.go137 func IsExported(t Type) bool { func
Dtype.go459 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/
Dsym.go132 func IsExported(name string) bool { func
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
H A Dinsert_main_function.cc67 bool IsExported(func::FuncOp& op) { in IsExported() function
/aosp_15_r20/prebuilts/go/linux-x86/src/go/token/
Dtoken.go316 func IsExported(name string) bool { func
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_saved_model.cc429 bool IsExported(Operation *op) { in IsExported() function
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/
Dtype.go633 func (n Name) IsExported() bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/ast/
Dast.go583 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 Dimport_model.cc2918 bool ObjectNames::IsExported(const std::string& name) { in IsExported() function in tensorflow::__anon636eac960111::ObjectNames