Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCContext.h686 MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) { in getMCDwarfLineTable()
690 const MCDwarfLineTable &getMCDwarfLineTable(unsigned CUID) const { in getMCDwarfLineTable()
712 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, in setMCLineTableRootFile()
721 bool isDwarfMD5UsageConsistent(unsigned CUID) const { in isDwarfMD5UsageConsistent()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCContext.cpp868 unsigned CUID) { in getDwarfFile()
876 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.cpp1478 Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source, unsigned CUID) { in tryEmitDwarfFileDirective()
1513 unsigned CUID) { in emitDwarfFile0Directive()
1587 MCSymbol *MCAsmStreamer::getDwarfLineTableSymbol(unsigned CUID) { in getDwarfLineTableSymbol()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangOptions.h355 std::string CUID; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2051 const MDNode *S, unsigned Flags, unsigned CUID, in recordSourceLine()
2071 unsigned CUID) { in emitInitialLocDirective()
H A DDwarfCompileUnit.cpp126 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp2557 std::string CUID = FixedCUID.str(); in addDeviceDepences() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DClang.cpp6561 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob() local