Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h691 MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) { in getMCDwarfLineTable()
695 const MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) const { in getMCDwarfLineTable()
717 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, in setMCLineTableRootFile()
726 bool isDwarfMD5UsageConsistent(unsigned CUID) const { in isDwarfMD5UsageConsistent()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp883 unsigned CUID) { in getDwarfFile()
891 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { in isValidDwarfFileNumber()
H A DMCStreamer.cpp231 unsigned CUID) { in tryEmitDwarfFileDirective()
240 unsigned CUID) { in emitDwarfFile0Directive()
260 MCSymbol *MCStreamer::getDwarfLineTableSymbol(unsigned CUID) { in getDwarfLineTableSymbol()
H A DMCAsmStreamer.cpp1510 Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source, unsigned CUID) { in tryEmitDwarfFileDirective()
1545 unsigned CUID) { in emitDwarfFile0Directive()
1619 MCSymbol *MCAsmStreamer::getDwarfLineTableSymbol(unsigned CUID) { in getDwarfLineTableSymbol()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h372 std::string CUID; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2101 const MDNode *S, unsigned Flags, unsigned CUID, in recordSourceLine()
2121 unsigned CUID) { in emitInitialLocDirective()
H A DDwarfCompileUnit.cpp126 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp6612 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2549 std::string CUID = FixedCUID.str(); in addDeviceDepences() local