Searched defs:GVs (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | ExtractGV.cpp | 64 explicit GVExtractorPass(std::vector<GlobalValue*> &GVs, in GVExtractorPass() 160 ModulePass *llvm::createGVExtractionPass(std::vector<GlobalValue *> &GVs, in createGVExtractionPass()
|
H A D | GlobalOpt.cpp | 478 SmallVector<DIGlobalVariableExpression *, 1> GVs; in transferSRADebugInfo() local 1167 SmallVector<DIGlobalVariableExpression *, 1> GVs; in TryToShrinkGlobalToBoolean() local 2137 SmallVector<std::pair<GlobalVariable*, Constant*>, 32> GVs; in BatchCommitValueTo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 158 SmallVector<DIGlobalVariableExpression *, 8> GVs; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | Mangling.cpp | 34 ArrayRef<GlobalValue *> GVs, in add()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A D | BugDriver.cpp | 251 void llvm::PrintGlobalVariableList(const std::vector<GlobalVariable *> &GVs) { in PrintGlobalVariableList()
|
H A D | CrashDebugger.cpp | 150 std::vector<GlobalVariable *> &GVs) { in TestGlobalVariables() 1068 std::vector<GlobalVariable *> GVs; in ReduceGlobalInitializers() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-extract/ |
H A D | llvm-extract.cpp | 156 SetVector<GlobalValue *> GVs; in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 1171 SmallVector<DIGlobalVariableExpression *, 1> GVs; in processGlobals() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 513 if (auto *GVs = dyn_cast_or_null<MDTuple>(CU->getRawGlobalVariables())) in upgradeCUVariables() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 1180 SmallVector<DIGlobalVariableExpression *, 1> GVs; in beginModule() local
|