Home
last modified time | relevance | path

Searched refs:ELF32LEObjectFile (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp72 if (const ELF32LEObjectFile *ELFObj = dyn_cast<ELF32LEObjectFile>(Obj)) in printELFFileHeader()
H A Dllvm-objdump.cpp622 if (auto *ELF32LE = dyn_cast<ELF32LEObjectFile>(Obj)) in getRelocationValueString()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DELFObjectFile.cpp768 if (const auto *Obj = dyn_cast<ELF32LEObjectFile>(this)) in readDynsymVersions()
780 if (const auto *Obj = dyn_cast<ELF32LEObjectFile>(this)) in readBBAddrMap()
H A DRelocationResolver.cpp852 if (auto *Elf32LEObj = dyn_cast<ELF32LEObjectFile>(Obj)) in resolveRelocation()
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/symbol/
H A Dso_file_parser.cpp142 llvm::dyn_cast<llvm::object::ELF32LEObjectFile>(obj_file)) { in Create()
/aosp_15_r20/system/extras/simpleperf/
H A Dread_elf.cpp522 if (auto obj = llvm::dyn_cast<llvm::object::ELF32LEObjectFile>(wrapper.obj.get())) { in CreateElfFileImpl()
524 new ElfFileImpl<llvm::object::ELF32LEObjectFile>(std::move(wrapper), obj)); in CreateElfFileImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DInstrumentationMap.cpp92 if (const auto *ELFObj = dyn_cast<object::ELF32LEObjectFile>(ObjFile)) in loadObj()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/XRay/
H A DInstrumentationMap.cpp95 if (const auto *ELFObj = dyn_cast<object::ELF32LEObjectFile>(ObjFile)) in loadObj()
/aosp_15_r20/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp444 if (const auto *ELFObj = dyn_cast<object::ELF32LEObjectFile>(&Obj)) in elf2yaml()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWP/
H A DDWP.cpp291 bool IsLE = isa<object::ELF32LEObjectFile>(Obj) || in handleCompressedSection()
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DELFObjectFile.h354 typedef ELFObjectFile<ELFType<support::little, false>> ELF32LEObjectFile; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFObjectFile.h444 using ELF32LEObjectFile = ELFObjectFile<ELF32LE>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DELFObjectFile.h477 using ELF32LEObjectFile = ELFObjectFile<ELF32LE>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DELFObjectFile.h465 using ELF32LEObjectFile = ELFObjectFile<ELF32LE>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DELFObjectFile.h482 using ELF32LEObjectFile = ELFObjectFile<ELF32LE>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DELFObjectFile.h482 using ELF32LEObjectFile = ELFObjectFile<ELF32LE>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DELFObjectFile.h504 using ELF32LEObjectFile = ELFObjectFile<ELF32LE>; variable
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp395 if (const ELF32LEObjectFile *ELFObj = dyn_cast<ELF32LEObjectFile>(Obj)) in createELFDumper()