Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h722 void setDwarfCompileUnitID(unsigned CUIndex) { DwarfCompileUnitID = CUIndex; } in setDwarfCompileUnitID()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp830 DWARFUnitIndex CUIndex(DW_SECT_INFO); in write() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp649 SmallVector<unsigned, 1> CUIndex(CUs.size()); in emitDWARF5AccelTable() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp265 static Expected<uint64_t> writeDIE(const DWARFYAML::Data &DI, uint64_t CUIndex, in writeDIE()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1599 uint32_t CUIndex = *EntryOr->getCUIndex(); in verifyNameIndexEntries() local
H A DDWARFContext.cpp255 std::unique_ptr<DWARFUnitIndex> CUIndex; member in __anonfc0a132e0411::ThreadUnsafeDWARFContextState