HomeSort by relevance Sort by last modified time
    Searched defs:SymAddr (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObjectFile.cpp 472 uint64_t SymAddr= Entry->Value;
473 Result = (SymAddr >= SectBegin) && (SymAddr < SectEnd);
477 uint64_t SymAddr= Entry->Value;
478 Result = (SymAddr >= SectBegin) && (SymAddr < SectEnd);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 790 uint64_t SymAddr = 0;
808 SymAddr = *SymAddrOrErr;
831 SymAddr = RSec->getAddress();
836 // SymAddr = (Address of Symbol Or Section in File) -
850 SymAddr += SectionLoadAddress - RSec->getAddress();
854 object::RelocToApply R(V.visit(Type, Reloc, SymAddr));
  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 180 std::vector<std::pair<SymbolRef, uint64_t>> SymAddr =
183 for (auto &P : SymAddr) {
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 332 std::vector<std::pair<SymbolRef, uint64_t>> SymAddr =
336 for (const auto &P : SymAddr) {
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 255 milliseconds