Home
last modified time | relevance | path

Searched refs:elfabi (Results 1 – 25 of 45) sorted by relevance

12

/external/llvm-project/llvm/test/tools/llvm-elfabi/
Doutput-target-error.test1 ## Test running llvm-elfabi without specifying a valid target.
3 # RUN: not llvm-elfabi %s %t 2>&1 | FileCheck %s --check-prefix=MISSING
4 # RUN: not llvm-elfabi %s --output-target=nope %t 2>&1 | FileCheck %s --check-prefix=INVALID
15 # INVALID: llvm-elfabi: for the --output-target option: Cannot find option named 'nope'!
Dfail-file-open.test1 # RUN: not llvm-elfabi %s.NotAFileInTestingDir --emit-tbe=%t 2>&1 | FileCheck %s
3 This file will not be read. An invalid file path is fed to llvm-elfabi.
Dread-unsupported-file.test1 # RUN: not llvm-elfabi %s --emit-tbe=%t 2>&1 | FileCheck %s
3 This is just some text that cannot be read by llvm-elfabi.
Dbinary-read-replace-soname.test2 # RUN: llvm-elfabi --elf %t --emit-tbe=- | FileCheck %s --check-prefix=ORIGINAL
3 # RUN: llvm-elfabi --elf %t --emit-tbe=- --soname=libbest.so | FileCheck %s --check-prefix=REPLACED
Dwrite-stub.test3 # RUN: llvm-elfabi %s --output-target=elf32-little %t.elf32l
6 # RUN: llvm-elfabi %s --output-target=elf32-big %t.elf32b
9 # RUN: llvm-elfabi %s --output-target=elf64-little %t.elf64l
12 # RUN: llvm-elfabi %s --output-target=elf64-big %t.elf64b
Dread-tbe-as-tbe.test1 # RUN: llvm-elfabi --tbe %s --emit-tbe=- | FileCheck %s
Dbinary-read-no-dynamic.test2 # RUN: not llvm-elfabi --elf %t --emit-tbe=%t.tbe 2>&1 | FileCheck %s
Dtbe-emits-current-version.test1 # RUN: llvm-elfabi %s --emit-tbe=- | FileCheck %s
Dfail-file-write-windows.test6 # RUN: not llvm-elfabi %s --output-target=elf64-little %t.TestFile 2>&1 | FileCheck %s --check-pref…
Dread-tbe-as-elf.test1 # RUN: not llvm-elfabi --elf %s --emit-tbe=%t 2>&1 | FileCheck %s
Dfail-file-write.test8 # RUN: not llvm-elfabi %s --output-target=elf64-little %t.TestDir/Output.TestFile 2>&1 | FileCheck …
/external/llvm-project/llvm/tools/llvm-elfabi/
DCMakeLists.txt8 add_llvm_tool(llvm-elfabi
10 llvm-elfabi.cpp
Dllvm-elfabi.cpp22 namespace elfabi { namespace
30 using namespace llvm::elfabi;
DErrorCollector.h28 namespace elfabi {
DErrorCollector.cpp17 using namespace llvm::elfabi;
/external/llvm-project/llvm/lib/InterfaceStub/
DTBEHandler.cpp17 using namespace llvm::elfabi;
123 Expected<std::unique_ptr<ELFStub>> elfabi::readTBEFromBuffer(StringRef Buf) { in readTBEFromBuffer()
130 if (Stub->TbeVersion > elfabi::TBEVersionCurrent) in readTBEFromBuffer()
138 Error elfabi::writeTBEToOutputStream(raw_ostream &OS, const ELFStub &Stub) { in writeTBEToOutputStream()
DELFStub.cpp12 using namespace llvm::elfabi;
/external/llvm-project/llvm/utils/gn/secondary/llvm/tools/llvm-elfabi/
DBUILD.gn1 executable("llvm-elfabi") {
10 "llvm-elfabi.cpp",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/ELF/
DTBEHandler.cpp17 using namespace llvm::elfabi;
145 Expected<std::unique_ptr<ELFStub>> elfabi::readTBEFromBuffer(StringRef Buf) { in readTBEFromBuffer()
155 Error elfabi::writeTBEToOutputStream(raw_ostream &OS, const ELFStub &Stub) { in writeTBEToOutputStream()
DELFStub.cpp12 using namespace llvm::elfabi;
/external/llvm-project/llvm/include/llvm/InterfaceStub/
DTBEHandler.h28 namespace elfabi {
DELFObjHandler.h24 namespace elfabi {
DELFStub.h23 namespace elfabi {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/ELF/
DTBEHandler.h29 namespace elfabi {
DELFStub.h23 namespace elfabi {

12