Searched defs:CUID (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 722 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 D | MCContext.cpp | 1079 std::optional<StringRef> Source, unsigned CUID) { in getDwarfFile() 1087 bool MCContext::isValidDwarfFileNumber(unsigned FileNumber, unsigned CUID) { in isValidDwarfFileNumber()
|
| H A D | MCAsmStreamer.cpp | 1626 unsigned CUID) { in tryEmitDwarfFileDirective() 1659 unsigned CUID) { in emitDwarfFile0Directive() 1743 MCSymbol *MCAsmStreamer::getDwarfLineTableSymbol(unsigned CUID) { in getDwarfLineTableSymbol()
|
| H A D | MCStreamer.cpp | 210 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 D | LangOptions.h | 606 std::string CUID; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 2316 const MDNode *S, unsigned Flags, unsigned CUID, in recordSourceLine() 2337 DwarfDebug::emitInitialLocDirective(const MachineFunction &MF, unsigned CUID) { in emitInitialLocDirective()
|
| H A D | DwarfCompileUnit.cpp | 164 unsigned CUID = Asm->OutStreamer->hasRawTextSupport() ? 0 : getUniqueID(); in getOrCreateSourceID() local
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 238 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 D | Clang.cpp | 7746 auto CUID = cast<InputAction>(SourceAction)->getId(); in ConstructJob() local
|