Searched defs:CUID (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp784 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { argument
771 getDwarfFile(StringRef Directory, StringRef FileName, unsigned FileNumber, Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source, unsigned CUID) argument
H A DMCStreamer.cpp242 MCSymbol *MCStreamer::getDwarfLineTableSymbol(unsigned CUID) { argument
209 tryEmitDwarfFileDirective(unsigned FileNo, StringRef Directory, StringRef Filename, Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source, unsigned CUID) argument
218 emitDwarfFile0Directive(StringRef Directory, StringRef Filename, Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source, unsigned CUID) argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h608 MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) { argument
634 setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, StringRef Filename, Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp115 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); local

Completed in 117 milliseconds