HomeSort by: relevance | last modified time | path
    Searched refs:DwoId (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 87 uint64_t DWOId = 0;
362 uint64_t getDWOId() const { return DWOId; }
363 void setDWOId(uint64_t DwoId) { DWOId = DwoId; }
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 1970 auto DwoId = dwarf::toUnsigned(
1972 if (DwoId)
1973 return *DwoId;
2004 uint64_t DwoId = getDwoId(CUDie, Unit);
2023 if (!Quiet && Options.Verbose && (Cached->second != DwoId))
2037 ClangModules.insert({PCMfile, DwoId});
2039 if (Error E = loadClangModule(CUDie, PCMfile, Name, DwoId, File, StringPool,
2049 DWARFDie CUDie, StringRef Filename, StringRef ModuleName, uint64_t DwoId,
2091 if (PCMDwoId != DwoId) {
2098 // Update the cache entry with the DwoId of the module loaded from disk
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinker.h 490 StringRef ModuleName, uint64_t DwoId,
766 /// Mapping the PCM filename to the DwoId.
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 1347 uint64_t DWOId;
1355 unsigned EmissionKind, uint64_t DWOId, bool SplitDebugInlining,
1361 DWOId(DWOId), SplitDebugInlining(SplitDebugInlining),
1376 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1384 ImportedEntities.get(), Macros.get(), DWOId, SplitDebugInlining,
1395 Metadata *Macros, uint64_t DWOId, bool SplitDebugInlining,
1405 getGlobalVariables(), getImportedEntities(), getMacros(), DWOId,
1422 uint64_t DWOId, bool SplitDebugInlining, bool DebugInfoForProfiling,
1427 GlobalVariables, ImportedEntities, Macros, DWOId, SplitDebugInlining
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 614 uint64_t DwoId = 0;
641 DwoId, CGOpts.SplitDwarfInlining, CGOpts.DebugInfoForProfiling,

Completed in 51 milliseconds