Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1471 return cast_or_null<MDTuple>(getRawGlobalVariables()); in getGlobalVariables()
1495 Metadata *getRawGlobalVariables() const { return getOperand(6); } in getRawGlobalVariables() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp513 if (auto *GVs = dyn_cast_or_null<MDTuple>(CU->getRawGlobalVariables())) in upgradeCUVariables()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAsmWriter.cpp2135 Printer.printMetadata("globals", N->getRawGlobalVariables()); in writeDICompileUnit()
H A DVerifier.cpp1215 if (auto *Array = N.getRawGlobalVariables()) { in visitDICompileUnit()