/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 36 explicit GVExtractorPass(std::vector<GlobalValue*>& GVs, bool deleteS = true) in GVExtractorPass() 89 ModulePass *llvm::createGVExtractionPass(std::vector<GlobalValue*>& GVs, in createGVExtractionPass()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 64 explicit GVExtractorPass(std::vector<GlobalValue*> &GVs, in GVExtractorPass() 158 ModulePass *llvm::createGVExtractionPass(std::vector<GlobalValue *> &GVs, in createGVExtractionPass()
|
D | GlobalOpt.cpp | 439 SmallVector<DIGlobalVariableExpression *, 1> GVs; in transferSRADebugInfo() local 1635 SmallVector<DIGlobalVariableExpression *, 1> GVs; in TryToShrinkGlobalToBoolean() local 2442 SmallVector<std::pair<GlobalVariable*, Constant*>, 32> GVs; in BatchCommitValueTo() local
|
/external/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 67 explicit GVExtractorPass(std::vector<GlobalValue*>& GVs, bool deleteS = true) in GVExtractorPass() 160 ModulePass *llvm::createGVExtractionPass(std::vector<GlobalValue *> &GVs, in createGVExtractionPass()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DebugInfo.h | 133 SmallVector<DIGlobalVariableExpression *, 8> GVs; variable
|
/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 123 SmallVector<DIGlobalVariable *, 8> GVs; variable
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | BugDriver.cpp | 239 void llvm::PrintGlobalVariableList(const std::vector<GlobalVariable*> &GVs) { in PrintGlobalVariableList()
|
D | CrashDebugger.cpp | 131 std::vector<GlobalVariable*> &GVs) { in TestGlobalVariables() 468 std::vector<GlobalVariable*> GVs; in DebugACrash() local
|
/external/llvm/tools/bugpoint/ |
D | BugDriver.cpp | 240 void llvm::PrintGlobalVariableList(const std::vector<GlobalVariable*> &GVs) { in PrintGlobalVariableList()
|
D | CrashDebugger.cpp | 143 std::vector<GlobalVariable*> &GVs) { in TestGlobalVariables() 683 std::vector<GlobalVariable*> GVs; in ReduceGlobalInitializers() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
D | BugDriver.cpp | 252 void llvm::PrintGlobalVariableList(const std::vector<GlobalVariable *> &GVs) { in PrintGlobalVariableList()
|
D | CrashDebugger.cpp | 146 std::vector<GlobalVariable *> &GVs) { in TestGlobalVariables() 924 std::vector<GlobalVariable *> GVs; in ReduceGlobalInitializers() local
|
/external/swiftshader/third_party/LLVM/tools/llvm-extract/ |
D | llvm-extract.cpp | 98 SetVector<GlobalValue *> GVs; in main() local
|
/external/llvm/tools/llvm-extract/ |
D | llvm-extract.cpp | 122 SetVector<GlobalValue *> GVs; in main() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-extract/ |
D | llvm-extract.cpp | 129 SetVector<GlobalValue *> GVs; in main() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 664 SmallVector<DIGlobalVariableExpression *, 1> GVs; in TEST_F() local
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | DebugInfo.h | 844 SmallVector<MDNode *, 8> GVs; // Global Variables; variable
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | DIBuilder.cpp | 61 DIArray GVs = getOrCreateArray(AllGVs); in finalize() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 492 if (auto *GVs = dyn_cast_or_null<MDTuple>(CU->getRawGlobalVariables())) in upgradeCUVariables() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 625 DIArray GVs = CUNode.getGlobalVariables(); in beginModule() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 660 SmallVector<DIGlobalVariableExpression *, 1> GVs; in beginModule() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2136 SmallVector<DIGlobalVariableExpression *, 1> GVs; in InstrumentGlobals() local
|