Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h702 MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) { in getMCDwarfLineTable()
706 const MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) const { in getMCDwarfLineTable()
726 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, in setMCLineTableRootFile()
735 bool isDwarfMD5UsageConsistent(unsigned CUID) const { in isDwarfMD5UsageConsistent()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp987 std::optional<StringRef> Source, unsigned CUID) { in getDwarfFile()
995 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { in isValidDwarfFileNumber()
H A DMCStreamer.cpp234 unsigned CUID) { in tryEmitDwarfFileDirective()
243 unsigned CUID) { in emitDwarfFile0Directive()
270 MCSymbol *MCStreamer::getDwarfLineTableSymbol(unsigned CUID) { in getDwarfLineTableSymbol()
H A DMCAsmStreamer.cpp1662 unsigned CUID) { in tryEmitDwarfFileDirective()
1696 unsigned CUID) { in emitDwarfFile0Directive()
1770 MCSymbol *MCAsmStreamer::getDwarfLineTableSymbol(unsigned CUID) { in getDwarfLineTableSymbol()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h545 std::string CUID; variable
/freebsd/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.cpp138 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp3034 std::string CUID = FixedCUID.str(); in addDeviceDependences() local
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp7690 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob() local