Home
last modified time | relevance | path

Searched defs:GVs (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DExtractGV.cpp36 explicit GVExtractorPass(std::vector<GlobalValue*>& GVs, bool deleteS = true) in GVExtractorPass()
89 ModulePass *llvm::createGVExtractionPass(std::vector<GlobalValue*>& GVs, in createGVExtractionPass()
/external/llvm/lib/Transforms/IPO/
DExtractGV.cpp67 explicit GVExtractorPass(std::vector<GlobalValue*>& GVs, bool deleteS = true) in GVExtractorPass()
160 ModulePass *llvm::createGVExtractionPass(std::vector<GlobalValue *> &GVs, in createGVExtractionPass()
/external/llvm/include/llvm/IR/
DDebugInfo.h123 SmallVector<DIGlobalVariable *, 8> GVs; variable
/external/llvm/tools/bugpoint/
DBugDriver.cpp240 void llvm::PrintGlobalVariableList(const std::vector<GlobalVariable*> &GVs) { in PrintGlobalVariableList()
DCrashDebugger.cpp143 std::vector<GlobalVariable*> &GVs) { in TestGlobalVariables()
683 std::vector<GlobalVariable*> GVs; in ReduceGlobalInitializers() local
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DBugDriver.cpp239 void llvm::PrintGlobalVariableList(const std::vector<GlobalVariable*> &GVs) { in PrintGlobalVariableList()
DCrashDebugger.cpp131 std::vector<GlobalVariable*> &GVs) { in TestGlobalVariables()
468 std::vector<GlobalVariable*> GVs; in DebugACrash() local
/external/swiftshader/third_party/LLVM/tools/llvm-extract/
Dllvm-extract.cpp98 SetVector<GlobalValue *> GVs; in main() local
/external/llvm/tools/llvm-extract/
Dllvm-extract.cpp122 SetVector<GlobalValue *> GVs; in main() local
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h844 SmallVector<MDNode *, 8> GVs; // Global Variables; variable
/external/swiftshader/third_party/LLVM/lib/Analysis/
DDIBuilder.cpp61 DIArray GVs = getOrCreateArray(AllGVs); in finalize() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp625 DIArray GVs = CUNode.getGlobalVariables(); in beginModule() local