OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isRelocationScattered
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h
47
assert(!Obj.
isRelocationScattered
(RelInfo) &&
RuntimeDyldMachOI386.h
44
if (Obj.
isRelocationScattered
(RelInfo)) {
RuntimeDyldMachOARM.h
133
if (Obj.
isRelocationScattered
(RelInfo)) {
RuntimeDyldMachOAArch64.h
282
if (Obj.
isRelocationScattered
(RelInfo))
/src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOReader.cpp
105
R.Scattered = MachOObj.
isRelocationScattered
(R.Info);
/src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp
2142
if (
isRelocationScattered
(RE))
4185
MachOObjectFile::
isRelocationScattered
(const MachO::any_relocation_info &RE)
4223
if (
isRelocationScattered
(RE))
4230
if (
isRelocationScattered
(RE))
4237
if (
isRelocationScattered
(RE))
4245
if (
isRelocationScattered
(RE))
4253
if (
isRelocationScattered
(RE) || getPlainRelocationExternal(RE))
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h
471
bool
isRelocationScattered
(const MachO::any_relocation_info &RE) const;
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
DwarfLinkerForBinary.cpp
538
if (Obj.
isRelocationScattered
(MachOReloc)) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp
547
bool IsScattered = Obj->
isRelocationScattered
(RE);
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp
103
R.is_scattered = Obj.
isRelocationScattered
(RE);
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
364
if (O->
isRelocationScattered
(RE)) {
820
const bool r_scattered = O->
isRelocationScattered
(RE);
2632
r_scattered = info->O->
isRelocationScattered
(RE);
2641
if (info->O->
isRelocationScattered
(RENext))
2815
r_scattered = info->O->
isRelocationScattered
(RE);
2836
if (info->O->
isRelocationScattered
(RENext))
3333
if (info->O->
isRelocationScattered
(RE))
6884
if (info->O->
isRelocationScattered
(RE))
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp
1497
return MachObj->
isRelocationScattered
(RelocInfo);
Completed in 57 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026