reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
558 DIMacroNodeArray getOrCreateMacroArray(ArrayRef<Metadata *> Elements);
include/llvm/IR/DebugInfoMetadata.h1173 DIImportedEntityArray ImportedEntities, DIMacroNodeArray Macros, 1273 DIMacroNodeArray getMacros() const { 1312 void replaceMacros(DIMacroNodeArray N) { replaceOperandWith(8, N.get()); } 3201 DIMacroNodeArray Elements, StorageType Storage, 3226 void replaceElements(DIMacroNodeArray Elements) { 3238 DIMacroNodeArray getElements() const {lib/CodeGen/AsmPrinter/DwarfDebug.cpp
2714 void DwarfDebug::handleMacroNodes(DIMacroNodeArray Nodes, DwarfCompileUnit &U) { 2769 DIMacroNodeArray Macros = CUNode->getMacros();lib/CodeGen/AsmPrinter/DwarfDebug.h
512 void handleMacroNodes(DIMacroNodeArray Nodes, DwarfCompileUnit &U);
lib/IR/DIBuilder.cpp 606 DIMacroNodeArray