HomeSort by: relevance | last modified time | path
    Searched refs:UndefSection (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
func-id-helper.cpp 35 // object::SectionedAddress::UndefSection works for only absolute addresses.
36 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection;
62 // object::SectionedAddress::UndefSection works for only absolute addresses.
63 ModuleAddress.SectionIndex = object::SectionedAddress::UndefSection;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFAddressRange.h 32 uint64_t SectionIndex = object::SectionedAddress::UndefSection)
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp 272 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
296 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
335 if (ModuleOffset.SectionIndex == object::SectionedAddress::UndefSection)
354 return object::SectionedAddress::UndefSection;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDataExtractor.cpp 50 *SecNdx = object::SectionedAddress::UndefSection;
DWARFDebugLine.cpp 473 Address.SectionIndex = object::SectionedAddress::UndefSection;
508 SectionIndex = object::SectionedAddress::UndefSection;
1244 Address.SectionIndex == object::SectionedAddress::UndefSection)
1248 Address.SectionIndex = object::SectionedAddress::UndefSection;
1273 if (Address.SectionIndex == object::SectionedAddress::UndefSection)
1277 Address.SectionIndex = object::SectionedAddress::UndefSection;
DWARFDebugLoc.cpp 88 if (Range.SectionIndex == SectionedAddress::UndefSection)
304 E.SectionIndex = SectionedAddress::UndefSection;
  /src/external/apache2/llvm/dist/llvm/tools/sanstats/
sanstats.cpp 89 // object::SectionedAddress::UndefSection works for only absolute addresses.
91 Filename, {Addr - 1, object::SectionedAddress::UndefSection})) {
  /src/external/apache2/llvm/dist/llvm/lib/Object/
ObjectFile.cpp 37 if (Addr.SectionIndex != SectionedAddress::UndefSection)
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 142 const static uint64_t UndefSection = UINT64_MAX;
145 uint64_t SectionIndex = UndefSection;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
DwarfTransformer.cpp 257 StartAddress, object::SectionedAddress::UndefSection};
505 Addr, object::SectionedAddress::UndefSection};
  /src/external/apache2/llvm/dist/llvm/tools/sancov/
sancov.cpp 531 // object::SectionedAddress::UndefSection works for only absolute
534 Addr, object::SectionedAddress::UndefSection};
553 // object::SectionedAddress::UndefSection works for only absolute addresses.
555 Addr, object::SectionedAddress::UndefSection};
882 // object::SectionedAddress::UndefSection works for only absolute addresses.
884 ObjectFile, {Addr, object::SectionedAddress::UndefSection});
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/PerfJITEvents/
PerfJITEventListener.cpp 273 uint64_t SectionIndex = object::SectionedAddress::UndefSection;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfiledBinary.cpp 428 object::SectionedAddress::UndefSection};
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
llvm-dwarfdump.cpp 445 // object::SectionedAddress::UndefSection works for only absolute addresses.
447 {Lookup, object::SectionedAddress::UndefSection}))

Completed in 31 milliseconds