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.h722 MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) { in getMCDwarfLineTable()
726 const MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) const { in getMCDwarfLineTable()
746 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, in setMCLineTableRootFile()
755 bool isDwarfMD5UsageConsistent(unsigned CUID) const { in isDwarfMD5UsageConsistent()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp1079 std::optional<StringRef> Source, unsigned CUID) { in getDwarfFile()
1087 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { in isValidDwarfFileNumber()
H A DMCAsmStreamer.cpp1626 unsigned CUID) { in tryEmitDwarfFileDirective()
1659 unsigned CUID) { in emitDwarfFile0Directive()
1743 MCSymbol *MCAsmStreamer::getDwarfLineTableSymbol(unsigned CUID) { in getDwarfLineTableSymbol()
H A DMCStreamer.cpp210 unsigned CUID) { in tryEmitDwarfFileDirective()
219 unsigned CUID) { in emitDwarfFile0Directive()
252 MCSymbol *MCStreamer::getDwarfLineTableSymbol(unsigned CUID) { in getDwarfLineTableSymbol()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h606 std::string CUID; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2316 const MDNode *S, unsigned Flags, unsigned CUID, in recordSourceLine()
2337 DwarfDebug::emitInitialLocDirective(const MachineFunction &MF, unsigned CUID) { in emitInitialLocDirective()
H A DDwarfCompileUnit.cpp164 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp238 std::string CUID = FixedCUID.str(); in getCUID() local
4468 std::string CUID; in BuildActions() local
4879 const InputTy &Input, StringRef CUID, in BuildOffloadingActions()
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DClang.cpp7746 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob() local