OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAnyRelocationPCRel
(Results
1 - 11
of
11
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h
73
bool IsPCRel = Obj.
getAnyRelocationPCRel
(RelInfo);
RuntimeDyldMachO.cpp
64
bool IsPCRel = Obj.
getAnyRelocationPCRel
(RE);
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp
40
bool isPCRel = Obj->
getAnyRelocationPCRel
(RE);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h
138
bool IsPCRel = Obj.
getAnyRelocationPCRel
(RE);
RuntimeDyldMachOARM.h
224
bool IsPCRel = MachO.
getAnyRelocationPCRel
(RE);
RuntimeDyldMachOAArch64.h
264
assert(!Obj.
getAnyRelocationPCRel
(RelInfo));
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
559
W.printNumber("PCRel", Obj->
getAnyRelocationPCRel
(RE));
580
<< " " << Obj->
getAnyRelocationPCRel
(RE)
/external/llvm/include/llvm/Object/
MachO.h
324
unsigned
getAnyRelocationPCRel
(const MachO::any_relocation_info &RE) const;
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
593
bool IsPCRel = Obj->
getAnyRelocationPCRel
(RE);
600
bool isPCRel = Obj->
getAnyRelocationPCRel
(RE);
[
all
...]
MachODump.cpp
[
all
...]
/external/llvm/lib/Object/
MachOObjectFile.cpp
[
all
...]
Completed in 110 milliseconds