HomeSort by: relevance | last modified time | path
    Searched refs:SectionedAddress (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/
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;
Symbolize.h 63 object::SectionedAddress ModuleOffset);
65 object::SectionedAddress ModuleOffset);
68 object::SectionedAddress ModuleOffset);
71 object::SectionedAddress ModuleOffset);
74 object::SectionedAddress ModuleOffset);
76 object::SectionedAddress ModuleOffset);
78 symbolizeFrame(const ObjectFile &Obj, object::SectionedAddress ModuleOffset);
81 object::SectionedAddress ModuleOffset);
96 object::SectionedAddress ModuleOffset);
100 object::SectionedAddress ModuleOffset)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugRnglists.h 39 llvm::function_ref<Optional<object::SectionedAddress>(uint32_t)>
49 getAbsoluteRanges(Optional<object::SectionedAddress> BaseAddr,
51 function_ref<Optional<object::SectionedAddress>(uint32_t)>
56 getAbsoluteRanges(llvm::Optional<object::SectionedAddress> BaseAddr,
DWARFDebugLoc.h 65 Optional<object::SectionedAddress> BaseAddr,
71 uint64_t Offset, Optional<object::SectionedAddress> BaseAddr,
72 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr,
DWARFDebugRangeList.h 78 getAbsoluteRanges(llvm::Optional<object::SectionedAddress> BaseAddr) const;
DWARFDebugLine.h 159 /// Otherwise this is object::SectionedAddress::Undef value.
160 object::SectionedAddress Address;
210 /// object::SectionedAddress::Undef value.
227 bool containsPC(object::SectionedAddress PC) const {
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
    [all...]
DWARFAddressRange.h 32 uint64_t SectionIndex = object::SectionedAddress::UndefSection)
DWARFContext.h 350 /// into "SectionedAddress Address"
354 object::SectionedAddress Address,
357 object::SectionedAddress Address, uint64_t Size,
360 object::SectionedAddress Address,
364 getLocalsForAddress(object::SectionedAddress Address) override;
417 /// into "SectionedAddress Address"
DWARFFormValue.h 84 object::SectionedAddress SA) const;
121 Optional<object::SectionedAddress> getAsSectionedAddress() const;
272 inline Optional<object::SectionedAddress>
DWARFListTable.h 183 llvm::function_ref<Optional<object::SectionedAddress>(uint32_t)>
254 llvm::function_ref<Optional<object::SectionedAddress>(uint32_t)>
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
PDBContext.h 46 object::SectionedAddress Address,
49 object::SectionedAddress Address, uint64_t Size,
52 object::SectionedAddress Address,
56 getLocalsForAddress(object::SectionedAddress Address) override;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
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;
SymbolizableObjectFile.cpp 269 SymbolizableObjectFile::symbolizeCode(object::SectionedAddress ModuleOffset,
272 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
294 object::SectionedAddress ModuleOffset,
296 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
325 object::SectionedAddress ModuleOffset) const {
334 object::SectionedAddress ModuleOffset) const {
335 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
354 return object::SectionedAddress::UndefSection;
Symbolize.cpp 45 object::SectionedAddress ModuleOffset) {
73 object::SectionedAddress ModuleOffset) {
79 object::SectionedAddress ModuleOffset) {
85 const T &ModuleSpecifier, object::SectionedAddress ModuleOffset) {
116 object::SectionedAddress ModuleOffset) {
122 object::SectionedAddress ModuleOffset) {
129 object::SectionedAddress ModuleOffset) {
155 object::SectionedAddress ModuleOffset) {
161 object::SectionedAddress ModuleOffset) {
168 object::SectionedAddress ModuleOffset)
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
func-id-helper.cpp 32 object::SectionedAddress ModuleAddress;
35 // object::SectionedAddress::UndefSection works for only absolute addresses.
36 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection;
59 object::SectionedAddress ModuleAddress;
62 // object::SectionedAddress::UndefSection works for only absolute addresses.
63 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
SourcePrinter.h 35 bool liveAtAddress(object::SectionedAddress Addr);
94 void update(object::SectionedAddress ThisAddr,
95 object::SectionedAddress NextAddr, bool IncludeDefinedVars);
157 object::SectionedAddress Address,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
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,
35 std::function<Optional<object::SectionedAddress>(uint32_t)> LookupAddr)
61 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0);
64 Optional<SectionedAddress> HighPC = LookupAddr(E.Value1);
72 Optional<SectionedAddress> LowPC = LookupAddr(E.Value0);
88 if (Range.SectionIndex == SectionedAddress::UndefSection)
95 Base = SectionedAddress{E.Value0, E.SectionIndex}
    [all...]
DWARFDebugRangeList.cpp 71 llvm::Optional<object::SectionedAddress> BaseAddr) const {
DWARFDebugRnglists.cpp 89 llvm::Optional<object::SectionedAddress> BaseAddr, DWARFUnit &U) const {
96 Optional<object::SectionedAddress> BaseAddr, uint8_t AddressByteSize,
97 function_ref<Optional<object::SectionedAddress>(uint32_t)>
178 llvm::function_ref<Optional<object::SectionedAddress>(uint32_t)>
DWARFDebugLine.cpp 473 Address.SectionIndex = object::SectionedAddress::UndefSection;
508 SectionIndex = object::SectionedAddress::UndefSection;
1215 object::SectionedAddress Address) const {
1238 object::SectionedAddress Address) const {
1244 Address.SectionIndex == object::SectionedAddress::UndefSection)
1248 Address.SectionIndex = object::SectionedAddress::UndefSection;
1253 object::SectionedAddress Address) const {
1266 object::SectionedAddress Address, uint64_t Size,
1273 if (Address.SectionIndex == object::SectionedAddress::UndefSection)
1277 Address.SectionIndex = object::SectionedAddress::UndefSection
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
PDBContext.cpp 33 DILineInfo PDBContext::getLineInfoForAddress(object::SectionedAddress Address,
66 PDBContext::getLineInfoForAddressRange(object::SectionedAddress Address,
86 PDBContext::getInliningInfoForAddress(object::SectionedAddress Address,
130 PDBContext::getLocalsForAddress(object::SectionedAddress Address) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
FileAnalysis.h 142 const std::set<object::SectionedAddress> &getIndirectInstructions() const;
150 symbolizeInlinedCode(object::SectionedAddress Address);
182 object::SectionedAddress Address);
228 std::set<object::SectionedAddress> IndirectInstructions;
GraphBuilder.h 105 object::SectionedAddress Address);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/
DIContext.h 245 object::SectionedAddress Address,
248 object::SectionedAddress Address, uint64_t Size,
251 object::SectionedAddress Address,
255 getLocalsForAddress(object::SectionedAddress Address) = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 141 struct SectionedAddress {
148 inline bool operator<(const SectionedAddress &LHS,
149 const SectionedAddress &RHS) {
154 inline bool operator==(const SectionedAddress &LHS,
155 const SectionedAddress &RHS) {
160 raw_ostream &operator<<(raw_ostream &OS, const SectionedAddress &Addr);

Completed in 30 milliseconds

1 2