Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h731 MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) { in getMCDwarfLineTable()
735 const MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) const { in getMCDwarfLineTable()
755 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, in setMCLineTableRootFile()
764 bool isDwarfMD5UsageConsistent(unsigned CUID) const { in isDwarfMD5UsageConsistent()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp984 std::optional<StringRef> Source, unsigned CUID) { in getDwarfFile()
992 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { in isValidDwarfFileNumber()
H A DMCStreamer.cpp235 unsigned CUID) { in tryEmitDwarfFileDirective()
244 unsigned CUID) { in emitDwarfFile0Directive()
271 MCSymbol *MCStreamer::getDwarfLineTableSymbol(unsigned CUID) { in getDwarfLineTableSymbol()
H A DMCAsmStreamer.cpp1642 unsigned CUID) { in tryEmitDwarfFileDirective()
1676 unsigned CUID) { in emitDwarfFile0Directive()
1750 MCSymbol *MCAsmStreamer::getDwarfLineTableSymbol(unsigned CUID) { in getDwarfLineTableSymbol()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h502 std::string CUID; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2170 const MDNode *S, unsigned Flags, unsigned CUID, in recordSourceLine()
2190 unsigned CUID) { in emitInitialLocDirective()
H A DDwarfCompileUnit.cpp123 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp2997 std::string CUID = FixedCUID.str(); in addDeviceDependences() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp7457 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob() local