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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h558 MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) { argument
584 setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, StringRef Filename, Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp663 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { argument
650 getDwarfFile(StringRef Directory, StringRef FileName, unsigned FileNumber, Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source, unsigned CUID) argument
H A DMCStreamer.cpp247 MCSymbol *MCStreamer::getDwarfLineTableSymbol(unsigned CUID) { argument
213 tryEmitDwarfFileDirective(unsigned FileNo, StringRef Directory, StringRef Filename, Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source, unsigned CUID) argument
222 emitDwarfFile0Directive(StringRef Directory, StringRef Filename, Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source, unsigned CUID) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp114 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); local

Completed in 123 milliseconds