Home
last modified time | relevance | path

Searched refs:TypesSections (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h245 TypeSectionMap TypesSections; variable
285 const TypeSectionMap &getTypesSections() override { return TypesSections; } in getTypesSections()
/external/llvm/tools/llvm-dwp/
Dllvm-dwp.cpp232 const std::vector<StringRef> &TypesSections, in addAllTypes() argument
234 for (StringRef Types : TypesSections) { in addAllTypes()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp732 TypesSections[Section].Data = data; in DWARFContextInMemory()
778 Map = &TypesSections[*RelocatedSection].Relocs; in DWARFContextInMemory()