Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h66 std::vector<DIEBlock *> DIEBlocks; variable
H A DDwarfUnit.cpp96 for (DIEBlock *B : DIEBlocks) in ~DwarfUnit()
400 DIEBlocks.push_back(Block); // Memoize so we can call the destructor later on. in addBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp401 for (DIEBlock *I : DIEBlocks) in cleanupAuxiliarryData()
406 DIEBlocks.clear(); in cleanupAuxiliarryData()
1291 Linker.DIEBlocks.push_back(Block); in cloneBlockAttribute()