Home
last modified time | relevance | path

Searched refs:PromotedGlobals (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMMachineFunctionInfo.h130 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals; variable
245 PromotedGlobals.insert(GV); in markGlobalAsPromotedToConstantPool()
248 return PromotedGlobals; in getGlobalsPromotedToConstantPool()
H A DARMAsmPrinter.h62 SmallPtrSet<const GlobalVariable*,2> PromotedGlobals; variable
H A DARMAsmPrinter.cpp107 if (PromotedGlobals.count(GV)) in emitGlobalVariable()
129 PromotedGlobals.insert(GV); in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp317 auto PromotedGlobals = PromoteSymbols(M); in emitPartition() local
318 if (!PromotedGlobals.empty()) { in emitPartition()
323 PromotedGlobals, SymbolFlags); in emitPartition()
H A DIndirectionUtils.cpp258 std::vector<GlobalValue *> PromotedGlobals; in operator ()() local
281 PromotedGlobals.push_back(&GV); in operator ()()
284 return PromotedGlobals; in operator ()()