Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCContext.h524 MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) { in getMCDwarfLineTable()
528 const MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) const { in getMCDwarfLineTable()
557 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, in setMCLineTableRootFile()
565 bool isDwarfMD5UsageConsistent(unsigned CUID) const { in isDwarfMD5UsageConsistent()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp578 unsigned CUID) { in getDwarfFile()
585 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { in isValidDwarfFileNumber()
H A DMCAsmStreamer.cpp1189 MD5::MD5Result *Checksum, Optional<StringRef> Source, unsigned CUID) { in tryEmitDwarfFileDirective()
1219 unsigned CUID) { in emitDwarfFile0Directive()
1279 MCSymbol *MCAsmStreamer::getDwarfLineTableSymbol(unsigned CUID) { in getDwarfLineTableSymbol()
H A DMCStreamer.cpp210 unsigned CUID) { in tryEmitDwarfFileDirective()
219 unsigned CUID) { in emitDwarfFile0Directive()
240 MCSymbol *MCStreamer::getDwarfLineTableSymbol(unsigned CUID) { in getDwarfLineTableSymbol()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp105 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID() local
H A DDwarfDebug.cpp1659 unsigned CUID = Asm->OutStreamer->getContext().getDwarfCompileUnitID(); in recordSourceLine() local
/freebsd-12.1/contrib/gcc/
H A Dgcse.c386 #define CUID_INSN(CUID) (cuid_insn[CUID]) argument