OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:build_version_command
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachOUtils.cpp
399
SmallVector<MachO::
build_version_command
, 2> BuildVersionCmd;
411
MachO::
build_version_command
Cmd;
/src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
MachOYAML.cpp
237
void mapLoadCommandData<MachO::
build_version_command
>(
579
void MappingTraits<MachO::
build_version_command
>::mapping(
580
IO &IO, MachO::
build_version_command
&LoadCommand) {
MachOEmitter.cpp
187
size_t writeLoadCommandData<MachO::
build_version_command
>(
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp
262
MachODumper::processLoadCommandData<MachO::
build_version_command
>(
266
auto Start = LoadCmd.Ptr + sizeof(MachO::
build_version_command
);
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/
loader.d
1979
* The
build_version_command
contains the min OS version on which this
1983
struct
build_version_command
1989
* Sizeof(struct
build_version_command
) plus ntools
3228
struct
build_version_command
/src/external/apache2/llvm/dist/llvm/lib/MC/
MachObjectWriter.cpp
777
LoadCommandsSize += sizeof(MachO::
build_version_command
);
883
W.write<uint32_t>(sizeof(MachO::
build_version_command
));
/src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp
859
getStructOrErr<MachO::
build_version_command
>(Obj, Load.Ptr);
862
MachO::
build_version_command
BVC = BVCOrErr.get();
864
sizeof(MachO::
build_version_command
) +
869
auto Start = Load.Ptr + sizeof(MachO::
build_version_command
);
4327
MachO::
build_version_command
4329
return getStruct<MachO::
build_version_command
>(*this, L.Ptr);
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h
507
MachO::
build_version_command
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp
775
MachO::
build_version_command
BVC = Obj->getBuildVersionLoadCommand(Load);
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MachO.h
490
// Values for platform field in
build_version_command
.
855
struct
build_version_command
{
struct
857
uint32_t cmdsize; // sizeof(struct
build_version_command
) +
1310
inline void swapStruct(
build_version_command
&C) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp
9151
MachO::
build_version_command
bd) {
9155
sizeof(struct MachO::
build_version_command
) +
10143
MachO::
build_version_command
Bv =
Completed in 54 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026