Home
last modified time | relevance | path

Searched refs:ELF64LEObjectFile (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DELFDump.cpp80 if (const ELF64LEObjectFile *ELFObj = dyn_cast<ELF64LEObjectFile>(Obj)) in printELFFileHeader()
H A Dllvm-objdump.cpp624 if (auto *ELF64LE = dyn_cast<ELF64LEObjectFile>(Obj)) in getRelocationValueString()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DELFObjectFile.cpp772 if (const auto *Obj = dyn_cast<ELF64LEObjectFile>(this)) in readDynsymVersions()
782 if (const auto *Obj = dyn_cast<ELF64LEObjectFile>(this)) in readBBAddrMap()
H A DRelocationResolver.cpp854 if (auto *Elf64LEObj = dyn_cast<ELF64LEObjectFile>(Obj)) in resolveRelocation()
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/symbol/
H A Dso_file_parser.cpp154 llvm::dyn_cast<llvm::object::ELF64LEObjectFile>(obj_file)) { in Create()
/aosp_15_r20/system/extras/simpleperf/
H A Dread_elf.cpp526 if (auto obj = llvm::dyn_cast<llvm::object::ELF64LEObjectFile>(wrapper.obj.get())) { in CreateElfFileImpl()
528 new ElfFileImpl<llvm::object::ELF64LEObjectFile>(std::move(wrapper), obj)); in CreateElfFileImpl()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
H A DInstrumentationMap.cpp96 else if (const auto *ELFObj = dyn_cast<object::ELF64LEObjectFile>(ObjFile)) in loadObj()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DWP/
H A DDWP.cpp292 isa<object::ELF64LEObjectFile>(Obj); in handleCompressedSection()
293 bool Is64 = isa<object::ELF64LEObjectFile>(Obj) || in handleCompressedSection()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/XRay/
H A DInstrumentationMap.cpp101 dyn_cast<object::ELF64LEObjectFile>(ObjFile)) in loadObj()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp268 auto* Elf64LEObject = llvm::cast<llvm::object::ELF64LEObjectFile>(ElfObject); in initialize()
/aosp_15_r20/external/llvm/tools/obj2yaml/
H A Delf2yaml.cpp450 if (const auto *ELFObj = dyn_cast<object::ELF64LEObjectFile>(&Obj)) in elf2yaml()
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DELFObjectFile.h355 typedef ELFObjectFile<ELFType<support::little, true>> ELF64LEObjectFile; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFObjectFile.h445 using ELF64LEObjectFile = ELFObjectFile<ELF64LE>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DELFObjectFile.h478 using ELF64LEObjectFile = ELFObjectFile<ELF64LE>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DELFObjectFile.h466 using ELF64LEObjectFile = ELFObjectFile<ELF64LE>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DELFObjectFile.h483 using ELF64LEObjectFile = ELFObjectFile<ELF64LE>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DELFObjectFile.h483 using ELF64LEObjectFile = ELFObjectFile<ELF64LE>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DELFObjectFile.h505 using ELF64LEObjectFile = ELFObjectFile<ELF64LE>; variable
/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp403 if (const ELF64LEObjectFile *ELFObj = dyn_cast<ELF64LEObjectFile>(Obj)) in createELFDumper()