/aosp_15_r20/external/llvm/tools/llvm-objdump/ |
H A D | ELFDump.cpp | 80 if (const ELF64LEObjectFile *ELFObj = dyn_cast<ELF64LEObjectFile>(Obj)) in printELFFileHeader()
|
H A D | llvm-objdump.cpp | 624 if (auto *ELF64LE = dyn_cast<ELF64LEObjectFile>(Obj)) in getRelocationValueString()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/ |
H A D | ELFObjectFile.cpp | 772 if (const auto *Obj = dyn_cast<ELF64LEObjectFile>(this)) in readDynsymVersions() 782 if (const auto *Obj = dyn_cast<ELF64LEObjectFile>(this)) in readBBAddrMap()
|
H A D | RelocationResolver.cpp | 854 if (auto *Elf64LEObj = dyn_cast<ELF64LEObjectFile>(Obj)) in resolveRelocation()
|
/aosp_15_r20/development/vndk/tools/header-checker/src/repr/symbol/ |
H A D | so_file_parser.cpp | 154 llvm::dyn_cast<llvm::object::ELF64LEObjectFile>(obj_file)) { in Create()
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | read_elf.cpp | 526 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 D | InstrumentationMap.cpp | 96 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 D | DWP.cpp | 292 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 D | InstrumentationMap.cpp | 101 dyn_cast<object::ELF64LEObjectFile>(ObjFile)) in loadObj()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/ |
H A D | RawMemProfReader.cpp | 268 auto* Elf64LEObject = llvm::cast<llvm::object::ELF64LEObjectFile>(ElfObject); in initialize()
|
/aosp_15_r20/external/llvm/tools/obj2yaml/ |
H A D | elf2yaml.cpp | 450 if (const auto *ELFObj = dyn_cast<object::ELF64LEObjectFile>(&Obj)) in elf2yaml()
|
/aosp_15_r20/external/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 355 typedef ELFObjectFile<ELFType<support::little, true>> ELF64LEObjectFile; typedef
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 445 using ELF64LEObjectFile = ELFObjectFile<ELF64LE>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/ |
D | ELFObjectFile.h | 478 using ELF64LEObjectFile = ELFObjectFile<ELF64LE>; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 466 using ELF64LEObjectFile = ELFObjectFile<ELF64LE>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/ |
D | ELFObjectFile.h | 483 using ELF64LEObjectFile = ELFObjectFile<ELF64LE>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/ |
D | ELFObjectFile.h | 483 using ELF64LEObjectFile = ELFObjectFile<ELF64LE>; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/ |
D | ELFObjectFile.h | 505 using ELF64LEObjectFile = ELFObjectFile<ELF64LE>; variable
|
/aosp_15_r20/external/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 403 if (const ELF64LEObjectFile *ELFObj = dyn_cast<ELF64LEObjectFile>(Obj)) in createELFDumper()
|