Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp1129 ValueMap.MD()[CU->getRawMacros()].reset(nullptr); in prepareCompileUnitsForImport()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1274 return cast_or_null<MDTuple>(getRawMacros()); in getMacros()
1292 Metadata *getRawMacros() const { return getOperand(8); } in getRawMacros() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp1941 Printer.printMetadata("macros", N->getRawMacros()); in writeDICompileUnit()
DVerifier.cpp1094 if (auto *Array = N.getRawMacros()) { in visitDICompileUnit()