/external/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
D | SymbolizableModule.h | 27 virtual DILineInfo symbolizeCode(object::SectionedAddress ModuleOffset, 31 symbolizeInlinedCode(object::SectionedAddress ModuleOffset, 35 symbolizeData(object::SectionedAddress ModuleOffset) const = 0; 37 symbolizeFrame(object::SectionedAddress ModuleOffset) const = 0;
|
D | Symbolize.h | 62 object::SectionedAddress ModuleOffset); 64 object::SectionedAddress ModuleOffset); 67 object::SectionedAddress ModuleOffset); 69 object::SectionedAddress ModuleOffset); 72 object::SectionedAddress ModuleOffset); 86 object::SectionedAddress ModuleOffset);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/Symbolize/ |
D | SymbolizableModule.h | 27 virtual DILineInfo symbolizeCode(object::SectionedAddress ModuleOffset, 31 symbolizeInlinedCode(object::SectionedAddress ModuleOffset, 34 symbolizeData(object::SectionedAddress ModuleOffset) const = 0; 36 symbolizeFrame(object::SectionedAddress ModuleOffset) const = 0;
|
D | Symbolize.h | 59 object::SectionedAddress ModuleOffset); 61 object::SectionedAddress ModuleOffset); 64 object::SectionedAddress ModuleOffset); 66 object::SectionedAddress ModuleOffset); 69 object::SectionedAddress ModuleOffset); 83 object::SectionedAddress ModuleOffset);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLoc.cpp | 25 using object::SectionedAddress; 29 Optional<object::SectionedAddress> Base; 30 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr; 34 Optional<object::SectionedAddress> Base, in DWARFLocationInterpreter() 35 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr) in DWARFLocationInterpreter() 61 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() 64 Optional<SectionedAddress> HighPC = LookupAddr(E.Value1); in Interpret() 72 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() 88 if (Range.SectionIndex == SectionedAddress::UndefSection) in Interpret() 95 Base = SectionedAddress{E.Value0, E.SectionIndex}; in Interpret() [all …]
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLoc.cpp | 25 using object::SectionedAddress; 29 Optional<object::SectionedAddress> Base; 30 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr; 34 Optional<object::SectionedAddress> Base, in DWARFLocationInterpreter() 35 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr) in DWARFLocationInterpreter() 61 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() 64 Optional<SectionedAddress> HighPC = LookupAddr(E.Value1); in Interpret() 72 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0); in Interpret() 88 if (Range.SectionIndex == SectionedAddress::UndefSection) in Interpret() 95 Base = SectionedAddress{E.Value0, E.SectionIndex}; in Interpret() [all …]
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugRnglists.h | 40 llvm::function_ref<Optional<object::SectionedAddress>(uint32_t)> 50 getAbsoluteRanges(Optional<object::SectionedAddress> BaseAddr, 52 function_ref<Optional<object::SectionedAddress>(uint32_t)> 57 getAbsoluteRanges(llvm::Optional<object::SectionedAddress> BaseAddr,
|
D | DWARFDebugLine.h | 160 object::SectionedAddress Address; 227 bool containsPC(object::SectionedAddress PC) const { in containsPC() 247 uint32_t lookupAddress(object::SectionedAddress Address) const; 249 bool lookupAddressRange(object::SectionedAddress Address, uint64_t Size, 273 bool getFileLineInfoForAddress(object::SectionedAddress Address, 298 object::SectionedAddress Address) const; 303 uint32_t lookupAddressImpl(object::SectionedAddress Address) const; 305 bool lookupAddressRangeImpl(object::SectionedAddress Address, uint64_t Size,
|
D | DWARFDebugLoc.h | 65 Optional<object::SectionedAddress> BaseAddr, 71 uint64_t Offset, Optional<object::SectionedAddress> BaseAddr, 72 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugRnglists.h | 40 llvm::function_ref<Optional<object::SectionedAddress>(uint32_t)> 50 getAbsoluteRanges(Optional<object::SectionedAddress> BaseAddr, 51 function_ref<Optional<object::SectionedAddress>(uint32_t)> 56 getAbsoluteRanges(llvm::Optional<object::SectionedAddress> BaseAddr,
|
D | DWARFDebugLine.h | 165 object::SectionedAddress Address; 232 bool containsPC(object::SectionedAddress PC) const { in containsPC() 252 uint32_t lookupAddress(object::SectionedAddress Address) const; 254 bool lookupAddressRange(object::SectionedAddress Address, uint64_t Size, 274 bool getFileLineInfoForAddress(object::SectionedAddress Address, 299 object::SectionedAddress Address) const; 304 uint32_t lookupAddressImpl(object::SectionedAddress Address) const; 306 bool lookupAddressRangeImpl(object::SectionedAddress Address, uint64_t Size,
|
D | DWARFDebugLoc.h | 65 Optional<object::SectionedAddress> BaseAddr, 71 uint64_t Offset, Optional<object::SectionedAddress> BaseAddr, 72 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBContext.h | 46 object::SectionedAddress Address, 49 object::SectionedAddress Address, uint64_t Size, 52 object::SectionedAddress Address, 56 getLocalsForAddress(object::SectionedAddress Address) override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBContext.h | 46 object::SectionedAddress Address, 49 object::SectionedAddress Address, uint64_t Size, 52 object::SectionedAddress Address, 56 getLocalsForAddress(object::SectionedAddress Address) override;
|
/external/llvm-project/llvm/unittests/Object/ |
D | ObjectFileTest.cpp | 16 TEST(SectionedAddress, StreamingOperator) { in TEST() argument 17 EXPECT_EQ("SectionedAddress{0x00000047}", to_string(SectionedAddress{0x47})); in TEST() 19 to_string(SectionedAddress{0x47, 42})); in TEST()
|
/external/llvm-project/llvm/tools/llvm-xray/ |
D | func-id-helper.cpp | 32 object::SectionedAddress ModuleAddress; in SymbolOrNumber() 36 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection; in SymbolOrNumber() 59 object::SectionedAddress ModuleAddress; in FileLineAndColumn() 63 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection; in FileLineAndColumn()
|
/external/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.h | 37 DILineInfo symbolizeCode(object::SectionedAddress ModuleOffset, 40 DIInliningInfo symbolizeInlinedCode(object::SectionedAddress ModuleOffset, 43 DIGlobal symbolizeData(object::SectionedAddress ModuleOffset) const override; 45 symbolizeFrame(object::SectionedAddress ModuleOffset) const override;
|
D | SymbolizableObjectFile.cpp | 240 SymbolizableObjectFile::symbolizeCode(object::SectionedAddress ModuleOffset, in symbolizeCode() 243 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeCode() 262 object::SectionedAddress ModuleOffset, in symbolizeInlinedCode() 264 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeInlinedCode() 289 object::SectionedAddress ModuleOffset) const { in symbolizeData() 297 object::SectionedAddress ModuleOffset) const { in symbolizeFrame() 298 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeFrame() 317 return object::SectionedAddress::UndefSection; in getModuleSectionIndexForAddress()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
D | SymbolizableObjectFile.h | 37 DILineInfo symbolizeCode(object::SectionedAddress ModuleOffset, 40 DIInliningInfo symbolizeInlinedCode(object::SectionedAddress ModuleOffset, 43 DIGlobal symbolizeData(object::SectionedAddress ModuleOffset) const override; 45 symbolizeFrame(object::SectionedAddress ModuleOffset) const override;
|
D | SymbolizableObjectFile.cpp | 253 SymbolizableObjectFile::symbolizeCode(object::SectionedAddress ModuleOffset, in symbolizeCode() 256 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeCode() 275 object::SectionedAddress ModuleOffset, FunctionNameKind FNKind, in symbolizeInlinedCode() 277 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeInlinedCode() 302 object::SectionedAddress ModuleOffset) const { in symbolizeData() 310 object::SectionedAddress ModuleOffset) const { in symbolizeFrame() 311 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection) in symbolizeFrame() 330 return object::SectionedAddress::UndefSection; in getModuleSectionIndexForAddress()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 33 DILineInfo PDBContext::getLineInfoForAddress(object::SectionedAddress Address, in getLineInfoForAddress() 66 PDBContext::getLineInfoForAddressRange(object::SectionedAddress Address, in getLineInfoForAddressRange() 86 PDBContext::getInliningInfoForAddress(object::SectionedAddress Address, in getInliningInfoForAddress() 95 PDBContext::getLocalsForAddress(object::SectionedAddress Address) { in getLocalsForAddress()
|
/external/llvm-project/llvm/tools/llvm-cfi-verify/lib/ |
D | FileAnalysis.h | 142 const std::set<object::SectionedAddress> &getIndirectInstructions() const; 150 symbolizeInlinedCode(object::SectionedAddress Address); 182 object::SectionedAddress Address); 229 std::set<object::SectionedAddress> IndirectInstructions;
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
D | sanitizer_symbolize.cpp | 47 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_code() 52 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_code() 70 {ModuleOffset, llvm::object::SectionedAddress::UndefSection}); in __sanitizer_symbolize_data()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 33 DILineInfo PDBContext::getLineInfoForAddress(object::SectionedAddress Address, in getLineInfoForAddress() 66 PDBContext::getLineInfoForAddressRange(object::SectionedAddress Address, in getLineInfoForAddressRange() 86 PDBContext::getInliningInfoForAddress(object::SectionedAddress Address, in getInliningInfoForAddress() 130 PDBContext::getLocalsForAddress(object::SectionedAddress Address) { in getLocalsForAddress()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 224 object::SectionedAddress Address, 227 object::SectionedAddress Address, uint64_t Size, 230 object::SectionedAddress Address, 234 getLocalsForAddress(object::SectionedAddress Address) = 0;
|