Searched refs:rpath_command (Results 1 - 9 of 9) sorted by relevance

/external/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp155 const char *MachODumper::processLoadCommandData<MachO::rpath_command>(
158 return readString<MachO::rpath_command>(LC, LoadCmd);
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp205 void mapLoadCommandData<MachO::rpath_command>(
411 void MappingTraits<MachO::rpath_command>::mapping(
412 IO &IO, MachO::rpath_command &LoadCommand) {
/external/llvm/include/llvm/Object/
H A DMachO.h359 MachO::rpath_command
/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp165 size_t writeLoadCommandData<MachO::rpath_command>(MachOYAML::LoadCommand &LC,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h555 struct rpath_command { struct in namespace:llvm::MachO
/external/llvm/include/llvm/Support/
H A DMachO.h767 struct rpath_command { struct
1160 inline void swapStruct(rpath_command &r) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h772 struct rpath_command { struct
1168 inline void swapStruct(rpath_command &r) {
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2140 MachO::rpath_command
2142 return getStruct<MachO::rpath_command>(this, L.Ptr);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp8193 static void PrintRpathLoadCommand(MachO::rpath_command rpath, const char *Ptr) {
8196 if (rpath.cmdsize < sizeof(struct MachO::rpath_command))
8939 MachO::rpath_command Rpath = Obj->getRpathCommand(Command);

Completed in 399 milliseconds