Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h729 MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) { in getMCDwarfLineTable()
733 const MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) const { in getMCDwarfLineTable()
753 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, in setMCLineTableRootFile()
762 bool isDwarfMD5UsageConsistent(unsigned CUID) const { in isDwarfMD5UsageConsistent()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCContext.cpp975 std::optional<StringRef> Source, unsigned CUID) { in getDwarfFile()
983 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { in isValidDwarfFileNumber()
H A DMCAsmStreamer.cpp1574 unsigned CUID) { in tryEmitDwarfFileDirective()
1608 unsigned CUID) { in emitDwarfFile0Directive()
1682 MCSymbol *MCAsmStreamer::getDwarfLineTableSymbol(unsigned CUID) { in getDwarfLineTableSymbol()
H A DMCStreamer.cpp234 unsigned CUID) { in tryEmitDwarfFileDirective()
243 unsigned CUID) { in emitDwarfFile0Directive()
270 MCSymbol *MCStreamer::getDwarfLineTableSymbol(unsigned CUID) { in getDwarfLineTableSymbol()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h466 std::string CUID; variable
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2141 const MDNode *S, unsigned Flags, unsigned CUID, in recordSourceLine()
2161 unsigned CUID) { in emitInitialLocDirective()
H A DDwarfCompileUnit.cpp122 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID() local
/openbsd-src/gnu/gcc/gcc/
H A Dgcse.c386 #define CUID_INSN(CUID) (cuid_insn[CUID]) argument
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcse.c408 #define CUID_INSN(CUID) (cuid_insn[CUID]) argument
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DClang.cpp7188 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob() local
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp2925 std::string CUID = FixedCUID.str(); in addDeviceDependences() local