OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPlainRelocationExternal
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h
58
bool IsExtern = Obj.
getPlainRelocationExternal
(RelInfo);
179
bool AIsExternal = BaseObj.
getPlainRelocationExternal
(RelInfo);
206
bool BIsExternal = BaseObj.
getPlainRelocationExternal
(RelInfo);
RuntimeDyldMachOAArch64.h
292
assert(!Obj.
getPlainRelocationExternal
(RelInfo));
332
bool IsExtern = Obj.
getPlainRelocationExternal
(RelInfo);
RuntimeDyldMachOARM.h
114
if (Obj.
getPlainRelocationExternal
(RelInfo)) {
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp
107
bool IsExternal = Obj.
getPlainRelocationExternal
(RelInfo);
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOReader.cpp
106
R.Extern = !R.Scattered && MachOObj.
getPlainRelocationExternal
(R.Info);
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp
548
bool IsExtern = !IsScattered && Obj->
getPlainRelocationExternal
(RE);
596
OS << " " << Obj->
getPlainRelocationExternal
(RE);
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h
474
bool
getPlainRelocationExternal
(const MachO::any_relocation_info &RE) const;
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp
106
(R.is_scattered ? false : Obj.
getPlainRelocationExternal
(RE));
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
391
bool isExtern = O->
getPlainRelocationExternal
(RE);
825
O->
getPlainRelocationExternal
(RE));
1456
isExtern = O->
getPlainRelocationExternal
(RE);
1606
isExtern = O->
getPlainRelocationExternal
(RE);
2647
isExtern = info->O->
getPlainRelocationExternal
(RE);
2704
isExtern = info->O->
getPlainRelocationExternal
(RE);
2742
isExtern = info->O->
getPlainRelocationExternal
(RE);
2765
bool isExternNext = info->O->
getPlainRelocationExternal
(RENext);
2821
isExtern = info->O->
getPlainRelocationExternal
(RE);
2956
if (!info->O->
getPlainRelocationExternal
(RE)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp
2146
bool isExtern =
getPlainRelocationExternal
(RE);
4199
bool MachOObjectFile::
getPlainRelocationExternal
(
4253
if (isRelocationScattered(RE) ||
getPlainRelocationExternal
(RE))
Completed in 59 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026