Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h62 std::vector<DIEBlock *> DIEBlocks; variable
DDwarfUnit.cpp103 for (unsigned j = 0, M = DIEBlocks.size(); j < M; ++j) in ~DwarfUnit()
104 DIEBlocks[j]->~DIEBlock(); in ~DwarfUnit()
388 DIEBlocks.push_back(Block); // Memoize so we can call the destructor later on. in addBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h66 std::vector<DIEBlock *> DIEBlocks; variable
DDwarfUnit.cpp105 for (unsigned j = 0, M = DIEBlocks.size(); j < M; ++j) in ~DwarfUnit()
106 DIEBlocks[j]->~DIEBlock(); in ~DwarfUnit()
412 DIEBlocks.push_back(Block); // Memoize so we can call the destructor later on. in addBlock()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h94 std::vector<DIEBlock *> DIEBlocks; variable
DDwarfUnit.cpp84 for (unsigned j = 0, M = DIEBlocks.size(); j < M; ++j) in ~DwarfUnit()
85 DIEBlocks[j]->~DIEBlock(); in ~DwarfUnit()
318 DIEBlocks.push_back(Block); // Memoize so we can call the destructor later on. in addBlock()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp414 for (auto I = DIEBlocks.begin(), E = DIEBlocks.end(); I != E; ++I) in cleanupAuxiliarryData()
419 DIEBlocks.clear(); in cleanupAuxiliarryData()
1056 Linker.DIEBlocks.push_back(Block); in cloneBlockAttribute()
2287 DIEBlocks.push_back(String); in emitPaperTrailWarnings()
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h723 std::vector<DIEBlock *> DIEBlocks; variable
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1408 std::vector<DIEBlock *> DIEBlocks; member in llvm::dsymutil::__anondabe43b60111::DwarfLinker
1872 for (auto I = DIEBlocks.begin(), E = DIEBlocks.end(); I != E; ++I) in endDebugObject()
1877 DIEBlocks.clear(); in endDebugObject()
2448 Linker.DIEBlocks.push_back(Block); in cloneBlockAttribute()