Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp31 SmallPtrSetImpl<const GlobalValue *> &LLVMUsed) in PreserveLibCallsAndAsmUsed()
54 SmallPtrSetImpl<const GlobalValue *> &LLVMUsed; member in __anon324ddd150111::PreserveLibCallsAndAsmUsed
132 GlobalVariable *LLVMUsed = TheModule.getGlobalVariable("llvm.compiler.used"); in updateCompilerUsed() local
H A DLTOCodeGenerator.cpp367 if (GlobalVariable *LLVMUsed = in preserveDiscardableGVs() local
404 auto *LLVMUsed = new llvm::GlobalVariable( in preserveDiscardableGVs() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp30 std::vector<GlobalValue *> &LLVMUsed) in PreserveLibCallsAndAsmUsed()
53 std::vector<GlobalValue *> &LLVMUsed; member in __anon3608c9370111::PreserveLibCallsAndAsmUsed
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp31 std::vector<GlobalValue *> &LLVMUsed) in PreserveLibCallsAndAsmUsed()
54 std::vector<GlobalValue *> &LLVMUsed; member in __anonc1c6cdbd0111::PreserveLibCallsAndAsmUsed
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp39 static void FindUsedValues(GlobalVariable *LLVMUsed, in FindUsedValues()
H A DStripSymbols.cpp191 static void findUsedValues(GlobalVariable *LLVMUsed, in findUsedValues()
H A DGlobalOpt.cpp2224 class LLVMUsed { class
2231 LLVMUsed(Module &M) { in LLVMUsed() function in __anona92c72010211::LLVMUsed
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp46 static void FindUsedValues(GlobalVariable *LLVMUsed, in FindUsedValues()
H A DStripSymbols.cpp197 static void findUsedValues(GlobalVariable *LLVMUsed, in findUsedValues()
H A DGlobalOpt.cpp2171 class LLVMUsed { class
2178 LLVMUsed(Module &M) { in LLVMUsed() function in __anonfaa42ca90511::LLVMUsed
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp46 static void FindUsedValues(GlobalVariable *LLVMUsed, in FindUsedValues()
H A DStripSymbols.cpp191 static void findUsedValues(GlobalVariable *LLVMUsed, in findUsedValues()
H A DGlobalOpt.cpp2649 class LLVMUsed { class
2656 LLVMUsed(Module &M) { in LLVMUsed() function in __anon8752eea30411::LLVMUsed
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp578 GlobalVariable *LLVMUsed = M->getGlobalVariable("llvm.used"); in emitUses() local
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCodeGenModule.h346 std::vector<llvm::WeakVH> LLVMUsed; variable