Home
last modified time | relevance | path

Searched defs:GUIDPreservedSymbols (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp272 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols() local
404 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule()
468 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in resolvePrevailingInIndex()
587 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols; member
618 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in computeDeadSymbolsInIndex()
643 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in promote() local
692 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in crossModuleImport() local
725 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in gatherImportedSummariesForModule() local
758 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols( in emitImports() local
796 auto GUIDPreservedSymbols = in internalize() local
[all …]
DLTO.cpp310 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingGUID()
364 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in thinLTOResolvePrevailingInIndex()
901 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; in run() local
1263 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in runThinLTO()
DLTOBackend.cpp107 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in addSaveTemps()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp784 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbols()
900 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in computeDeadSymbolsWithConstProp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp164 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) { in propagateAttributes()
/third_party/rust/rust/compiler/rustc_llvm/llvm-wrapper/
DPassWrapper.cpp1106 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols; member