Home
last modified time | relevance | path

Searched defs:CUID (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h728 MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) { in getMCDwarfLineTable()
732 const MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) const { in getMCDwarfLineTable()
752 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, in setMCLineTableRootFile()
761 bool isDwarfMD5UsageConsistent(unsigned CUID) const { in isDwarfMD5UsageConsistent()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp322 const uint64_t CUID = getCUID(CU); in getIndexFromAddress() local
342 const uint64_t CUID = getCUID(CU); in addIndexAddress() local
364 const uint64_t CUID = getCUID(*CU.get()); in finalize() local
417 const uint64_t CUID = getCUID(*CU.get()); in finalize() local
483 const uint64_t CUID = getCUID(Unit); in getOffset() local
H A DBinaryContext.cpp1471 unsigned CUID, unsigned DWARFVersion) { in getDwarfFile()
1639 const uint64_t CUID = CU->getOffset(); in preprocessDebugInfo() local
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCContext.cpp944 unsigned CUID) { in getDwarfFile()
952 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { in isValidDwarfFileNumber()
H A DMCAsmStreamer.cpp1541 Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source, unsigned CUID) { in tryEmitDwarfFileDirective()
1576 unsigned CUID) { in emitDwarfFile0Directive()
1650 MCSymbol *MCAsmStreamer::getDwarfLineTableSymbol(unsigned CUID) { in getDwarfLineTableSymbol()
H A DMCStreamer.cpp234 unsigned CUID) { in tryEmitDwarfFileDirective()
243 unsigned CUID) { in emitDwarfFile0Directive()
270 MCSymbol *MCStreamer::getDwarfLineTableSymbol(unsigned CUID) { in getDwarfLineTableSymbol()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h270 DwarfLineTable &getDwarfLineTable(unsigned CUID) { in getDwarfLineTable()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangOptions.h446 std::string CUID; variable
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2105 const MDNode *S, unsigned Flags, unsigned CUID, in recordSourceLine()
2125 unsigned CUID) { in emitInitialLocDirective()
H A DDwarfCompileUnit.cpp122 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID() local
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp910 const unsigned CUID = CU->getOffset(); in updateLineTableOffsets() local
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DClang.cpp7034 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob() local
/llvm-project-15.0.7/clang/lib/Driver/
H A DDriver.cpp2815 std::string CUID = FixedCUID.str(); in addDeviceDepences() local