/llvm-project/llvm/include/llvm/MC/ |
H A D | MCContext.h | 702 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 D | MCContext.cpp | 989 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 D | MCStreamer.cpp | 234 unsigned CUID) { in tryEmitDwarfFileDirective() argument 243 unsigned CUID) { in emitDwarfFile0Directive() argument 270 getDwarfLineTableSymbol(unsigned CUID) getDwarfLineTableSymbol() argument
|
H A D | MCAsmStreamer.cpp | 1646 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 D | DebugNames.cpp | 679 for (const uint32_t CUID : CUList) emitCUList() local
|
H A D | BinaryContext.cpp | 1741 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 D | BinaryContext.h | 316 getDwarfLineTable(unsigned CUID) getDwarfLineTable() argument
|
/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.h | 545 std::string CUID; global() variable
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 2170 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 D | DwarfCompileUnit.cpp | 138 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); getOrCreateSourceID() local
|
/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 3023 std::string CUID = FixedCUID.str(); addDeviceDependences() local [all...] |
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 7601 auto CUID = cast<InputAction>(SourceAction)->getId(); ConstructJob() local
|