Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp1140 ValueMap.MD()[CU->getRawGlobalVariables()].reset(nullptr); in prepareCompileUnitsForImport()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1268 return cast_or_null<MDTuple>(getRawGlobalVariables()); in getGlobalVariables()
1290 Metadata *getRawGlobalVariables() const { return getOperand(6); } in getRawGlobalVariables() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp502 if (auto *GVs = dyn_cast_or_null<MDTuple>(CU->getRawGlobalVariables())) in upgradeCUVariables()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp1939 Printer.printMetadata("globals", N->getRawGlobalVariables()); in writeDICompileUnit()
DVerifier.cpp1080 if (auto *Array = N.getRawGlobalVariables()) { in visitDICompileUnit()