/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCContext.h | 731 getMCDwarfLineTable(unsigned CUID) getMCDwarfLineTable() argument 735 getMCDwarfLineTable(unsigned CUID) getMCDwarfLineTable() argument 755 setMCLineTableRootFile(unsigned CUID,StringRef CompilationDir,StringRef Filename,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source) setMCLineTableRootFile() argument 764 isDwarfMD5UsageConsistent(unsigned CUID) isDwarfMD5UsageConsistent() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCContext.cpp | 984 getDwarfFile(StringRef Directory,StringRef FileName,unsigned FileNumber,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,unsigned CUID) getDwarfFile() argument 992 isValidDwarfFileNumber(unsigned FileNumber,unsigned CUID) isValidDwarfFileNumber() argument
|
H A D | MCStreamer.cpp | 244 getContext().setMCLineTableRootFile(CUID, Directory, Filename, Checksum, in emitDwarfFile0Directive() argument 271 MCDwarfLineTable &Table = getContext().getMCDwarfLineTable(CUID); in getDwarfLineTableSymbol() argument 235 tryEmitDwarfFileDirective(unsigned FileNo,StringRef Directory,StringRef Filename,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,unsigned CUID) tryEmitDwarfFileDirective() argument
|
H A D | MCAsmStreamer.cpp | 1642 tryEmitDwarfFileDirective(unsigned FileNo,StringRef Directory,StringRef Filename,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,unsigned CUID) tryEmitDwarfFileDirective() argument 1676 emitDwarfFile0Directive(StringRef Directory,StringRef Filename,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source,unsigned CUID) emitDwarfFile0Directive() argument 1750 getDwarfLineTableSymbol(unsigned CUID) getDwarfLineTableSymbol() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.h | 502 std::string CUID; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 2170 const MDNode *S, unsigned Flags, unsigned CUID, in recordSourceLine() argument 2190 unsigned CUID) { in emitInitialLocDirective() argument
|
H A D | DwarfCompileUnit.cpp | 123 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); getOrCreateSourceID() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ |
H A D | Driver.cpp | 2997 std::string CUID = FixedCUID.str(); addDeviceDependences() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Clang.cpp | 7457 auto CUID = cast<InputAction>(SourceAction)->getId(); ConstructJob() local
|