Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h731 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 DMCContext.cpp984 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 DMCStreamer.cpp244 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 DMCAsmStreamer.cpp1642 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 DLangOptions.h502 std::string CUID; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2170 const MDNode *S, unsigned Flags, unsigned CUID, in recordSourceLine() argument
2190 unsigned CUID) { in emitInitialLocDirective() argument
H A DDwarfCompileUnit.cpp123 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); getOrCreateSourceID() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2997 std::string CUID = FixedCUID.str(); addDeviceDependences() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp7457 auto CUID = cast<InputAction>(SourceAction)->getId(); ConstructJob() local