OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPlainRelocationExternal
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOAArch64.h
263
assert(!Obj.
getPlainRelocationExternal
(RelInfo));
284
bool IsExtern = Obj.
getPlainRelocationExternal
(RelInfo);
RuntimeDyldMachOX86_64.h
55
bool IsExtern = Obj.
getPlainRelocationExternal
(RelInfo);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp
99
bool IsExternal = Obj.
getPlainRelocationExternal
(RelInfo);
/external/llvm/tools/llvm-readobj/
MachODumper.cpp
537
bool IsExtern = !IsScattered && Obj->
getPlainRelocationExternal
(RE);
585
OS << " " << Obj->
getPlainRelocationExternal
(RE);
/external/llvm/include/llvm/Object/
MachO.h
316
bool
getPlainRelocationExternal
(const MachO::any_relocation_info &RE) const;
/external/llvm/lib/Object/
MachOObjectFile.cpp
621
bool isExtern =
getPlainRelocationExternal
(RE);
[
all
...]
/external/llvm/tools/llvm-objdump/
MachODump.cpp
780
isExtern = O->
getPlainRelocationExternal
(RE);
[
all
...]
llvm-objdump.cpp
563
bool isExtern = O->
getPlainRelocationExternal
(RE);
[
all
...]
Completed in 2975 milliseconds