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

  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 171 void addIndirectSymAddr(void *SymAddr, intptr_t IndSymAddr) {
172 Sym2IndirectSymMap.insert(std::make_pair(SymAddr, IndSymAddr));
  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 553 uint64_t SymAddr = 0;
558 Sym.getAddress(SymAddr);
563 object::RelocToApply R(V.visit(Type, *reloc_i, 0, SymAddr));
  /external/llvm/lib/Object/
MachOObjectFile.cpp 674 uint64_t SymAddr= Entry->Value;
675 Result = (SymAddr >= SectBegin) && (SymAddr < SectEnd);
679 uint64_t SymAddr= Entry->Value;
680 Result = (SymAddr >= SectBegin) && (SymAddr < SectEnd);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 210 SDValue LowerTLSDescCall(SDValue SymAddr, SDValue DescAddr, DebugLoc DL,
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]

Completed in 128 milliseconds