Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h702 MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) { in getMCDwarfLineTable() argument
698 getMCDwarfLineTable(unsigned CUID) getMCDwarfLineTable() argument
722 setMCLineTableRootFile(unsigned CUID,StringRef CompilationDir,StringRef Filename,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source) setMCLineTableRootFile() argument
731 isDwarfMD5UsageConsistent(unsigned CUID) isDwarfMD5UsageConsistent() argument
[all...]
/llvm-project/llvm/lib/MC/
H A DMCContext.cpp989 getDwarfFile(StringRef Directory,StringRef FileName,unsigned FileNumber,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,unsigned CUID) getDwarfFile() argument
997 isValidDwarfFileNumber(unsigned FileNumber,unsigned CUID) isValidDwarfFileNumber() argument
H A DMCStreamer.cpp234 unsigned CUID) { in tryEmitDwarfFileDirective() argument
243 unsigned CUID) { in emitDwarfFile0Directive() argument
270 getDwarfLineTableSymbol(unsigned CUID) getDwarfLineTableSymbol() argument
H A DMCAsmStreamer.cpp1646 tryEmitDwarfFileDirective(unsigned FileNo,StringRef Directory,StringRef Filename,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,unsigned CUID) tryEmitDwarfFileDirective() argument
1680 emitDwarfFile0Directive(StringRef Directory,StringRef Filename,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,unsigned CUID) emitDwarfFile0Directive() argument
1754 getDwarfLineTableSymbol(unsigned CUID) getDwarfLineTableSymbol() argument
[all...]
/llvm-project/bolt/lib/Core/
H A DDebugNames.cpp679 for (const uint32_t CUID : CUList) emitCUList() local
H A DBinaryContext.cpp1741 DwarfLineTable &BinaryLineTable = getDwarfLineTable(CUID); in preprocessDebugInfo() local
1566 getDwarfFile(StringRef Directory,StringRef FileName,unsigned FileNumber,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,unsigned CUID,unsigned DWARFVersion) getDwarfFile() argument
/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h316 getDwarfLineTable(unsigned CUID) getDwarfLineTable() argument
/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h545 std::string CUID; global() variable
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2170 recordSourceLine(AsmPrinter & Asm,unsigned Line,unsigned Col,const MDNode * S,unsigned Flags,unsigned CUID,uint16_t DwarfVersion,ArrayRef<std::unique_ptr<DwarfCompileUnit>> DCUs) recordSourceLine() argument
2190 emitInitialLocDirective(const MachineFunction & MF,unsigned CUID) emitInitialLocDirective() argument
H A DDwarfCompileUnit.cpp138 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); getOrCreateSourceID() local
/llvm-project/clang/lib/Driver/
H A DDriver.cpp3023 std::string CUID = FixedCUID.str(); addDeviceDependences() local
[all...]
/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp7601 auto CUID = cast<InputAction>(SourceAction)->getId(); ConstructJob() local