Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1209 CUNode->getGlobalVariables().empty() && CUNode->getMacros().empty()) in beginModule()
1375 if (CUNode->getMacros()) { in finalizeModuleInfo()
3216 DIMacroNodeArray Macros = CUNode->getMacros(); in emitDebugMacinfoImpl()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DDebugInfo.cpp611 RetainedTypes, GlobalVariables, ImportedEntities, CU->getMacros(), in getReplacementCU()
DVerifier.cpp1234 for (Metadata *Op : N.getMacros()->operands()) { in visitDICompileUnit()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDebugInfoMetadata.h1405 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId, in cloneImpl()
1476 DIMacroNodeArray getMacros() const { in getMacros() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1779 Record.push_back(VE.getMetadataOrNullID(N->getMacros().get())); in writeDICompileUnit()