Home
last modified time | relevance | path

Searched defs:CUIndex (Results 1 – 8 of 8) sorted by relevance

/llvm-project/bolt/lib/Core/
H A DGDBIndex.cpp164 const uint32_t CUIndex = OffsetToIndexMap[CURangesPair.first]; updateGdbIndexSection() local
H A DDebugNames.cpp546 const unsigned CUIndex = writeEntry() local
/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h718 setDwarfCompileUnitID(unsigned CUIndex) setDwarfCompileUnitID() argument
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp649 SmallVector<unsigned, 1> CUIndex(CUs.size()); emitDWARF5AccelTable() local
/llvm-project/llvm/lib/DWP/
H A DDWP.cpp830 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write() local
/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp265 writeDIE(const DWARFYAML::Data & DI,uint64_t CUIndex,uint64_t AbbrevTableID,const dwarf::FormParams & Params,const DWARFYAML::Entry & Entry,raw_ostream & OS,bool IsLittleEndian) writeDIE() argument
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1598 uint32_t CUIndex = *EntryOr->getCUIndex(); verifyNameIndexEntries() local
H A DDWARFContext.cpp254 std::unique_ptr<DWARFUnitIndex> CUIndex; global() member in ThreadUnsafeDWARFContextState