Searched defs:GVs (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 63 explicit GVExtractorPass(std::vector<GlobalValue*> &GVs, in GVExtractorPass() 158 ModulePass *llvm::createGVExtractionPass(std::vector<GlobalValue *> &GVs, in createGVExtractionPass()
|
D | GlobalOpt.cpp | 455 SmallVector<DIGlobalVariableExpression *, 1> GVs; in transferSRADebugInfo() local 1655 SmallVector<DIGlobalVariableExpression *, 1> GVs; in TryToShrinkGlobalToBoolean() local 2502 SmallVector<std::pair<GlobalVariable*, Constant*>, 32> GVs; in BatchCommitValueTo() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfo.h | 132 SmallVector<DIGlobalVariableExpression *, 8> GVs; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BTFDebug.cpp | 1076 SmallVector<DIGlobalVariableExpression *, 1> GVs; in processGlobals() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | MetadataLoader.cpp | 502 if (auto *GVs = dyn_cast_or_null<MDTuple>(CU->getRawGlobalVariables())) in upgradeCUVariables() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.cpp | 975 SmallVector<DIGlobalVariableExpression *, 1> GVs; in beginModule() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2313 SmallVector<DIGlobalVariableExpression *, 1> GVs; in InstrumentGlobals() local
|