Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h69 std::vector<DIELoc *> DIELocs; variable
H A DDwarfUnit.cpp98 for (DIELoc *L : DIELocs) in ~DwarfUnit()
393 DIELocs.push_back(Loc); // 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.cpp403 for (DIELoc *I : DIELocs) in cleanupAuxiliarryData()
407 DIELocs.clear(); in cleanupAuxiliarryData()
1288 Linker.DIELocs.push_back(Loc); in cloneBlockAttribute()