OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAnyRelocationType
(Results
1 - 12
of
12
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h
77
static_cast<MachO::RelocationInfoType>(Obj.
getAnyRelocationType
(RelInfo));
RuntimeDyldMachO.cpp
64
uint32_t RelocType = Obj.
getAnyRelocationType
(RE);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOI386.h
43
uint32_t RelType = Obj.
getAnyRelocationType
(RelInfo);
153
uint32_t RelocType = Obj.
getAnyRelocationType
(RE);
RuntimeDyldMachOARM.h
62
uint32_t RelType = Obj.
getAnyRelocationType
(RelInfo);
236
uint32_t RelocType = MachO.
getAnyRelocationType
(RE);
RuntimeDyldMachOAArch64.h
264
if (Obj.
getAnyRelocationType
(RelInfo) == MachO::ARM64_RELOC_ADDEND) {
275
if (Obj.
getAnyRelocationType
(RelInfo) == MachO::ARM64_RELOC_SUBTRACTOR)
RuntimeDyldMachOX86_64.h
43
uint32_t RelType = Obj.
getAnyRelocationType
(RelInfo);
/external/llvm/tools/llvm-objdump/
llvm-objdump.cpp
729
unsigned Type = Obj->
getAnyRelocationType
(RE);
756
unsigned RType = Obj->
getAnyRelocationType
(RENext);
804
unsigned RType = Obj->
getAnyRelocationType
(RENext);
826
unsigned RType = Obj->
getAnyRelocationType
(RENext);
866
unsigned RType = Obj->
getAnyRelocationType
(RENext);
[
all
...]
MachODump.cpp
[
all
...]
/external/llvm/include/llvm/Object/
MachO.h
330
unsigned
getAnyRelocationType
(const MachO::any_relocation_info &RE) const;
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
562
W.printNumber("Type", RelocName, Obj->
getAnyRelocationType
(RE));
/external/llvm/lib/Object/
MachOObjectFile.cpp
780
return
getAnyRelocationType
(RE);
[
all
...]
/external/llvm/tools/dsymutil/
DwarfLinker.cpp
[
all
...]
Completed in 68 milliseconds