Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1557 DWARFSectionMap StrOffsetsSection; member in __anon445fd25e0f11::DWARFObjInMemory
1585 .Case("debug_str_offsets", &StrOffsetsSection) in mapNameToDWARFSection()
1923 return StrOffsetsSection; in getStrOffsetsSection()
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1069 const DWARFSection &StrOffsetsSection, in initialize() argument
1080 StrOffsetsSection.Data.data() + Contr->Base + Offset); in initialize()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h421 void initialize(const DWARFSection &StrOffsetsSection,