Home
last modified time | relevance | path

Searched refs:DWARFDebugLoc (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp40 void DWARFDebugLoc::LocationList::dump(raw_ostream &OS, bool IsLittleEndian, in dump()
58 DWARFDebugLoc::LocationList const *
59 DWARFDebugLoc::getLocationListAtOffset(uint64_t Offset) const { in getLocationListAtOffset()
68 void DWARFDebugLoc::dump(raw_ostream &OS, const MCRegisterInfo *MRI, in dump()
87 Optional<DWARFDebugLoc::LocationList>
88 DWARFDebugLoc::parseOneLocationList(DWARFDataExtractor Data, unsigned *Offset) { in parseOneLocationList()
132 void DWARFDebugLoc::parse(const DWARFDataExtractor &data) { in parse()
DCMakeLists.txt15 DWARFDebugLoc.cpp
DDWARFVerifier.cpp1172 if (const DWARFDebugLoc *DebugLoc = DCtx.getDebugLoc()) { in isVariableIndexable()
1173 if (const DWARFDebugLoc::LocationList *LocList = in isVariableIndexable()
1175 if (any_of(LocList->Entries, [&](const DWARFDebugLoc::Entry &E) { in isVariableIndexable()
DDWARFDie.cpp106 DWARFDebugLoc DebugLoc; in dumpLocation()
DDWARFContext.cpp688 const DWARFDebugLoc *DWARFContext::getDebugLoc() { in getDebugLoc()
692 Loc.reset(new DWARFDebugLoc); in getDebugLoc()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h21 class DWARFDebugLoc {
51 DWARFDebugLoc(const RelocAddrMap &LocRelocMap) : RelocMap(LocRelocMap) {} in DWARFDebugLoc() function
DDWARFContext.h46 std::unique_ptr<DWARFDebugLoc> Loc;
158 const DWARFDebugLoc *getDebugLoc();
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLoc.cpp17 void DWARFDebugLoc::dump(raw_ostream &OS) const { in dump()
37 void DWARFDebugLoc::parse(DataExtractor data, unsigned AddressSize) { in parse()
DCMakeLists.txt12 DWARFDebugLoc.cpp
DDWARFContext.cpp319 const DWARFDebugLoc *DWARFContext::getDebugLoc() { in getDebugLoc()
324 Loc.reset(new DWARFDebugLoc(getLocSection().Relocs)); in getDebugLoc()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h66 std::unique_ptr<DWARFDebugLoc> Loc;
229 const DWARFDebugLoc *getDebugLoc();
DDWARFDebugLoc.h24 class DWARFDebugLoc {