Searched refs:elfabi (Results 1 – 25 of 45) sorted by relevance
12
1 ## Test running llvm-elfabi without specifying a valid target.3 # RUN: not llvm-elfabi %s %t 2>&1 | FileCheck %s --check-prefix=MISSING4 # RUN: not llvm-elfabi %s --output-target=nope %t 2>&1 | FileCheck %s --check-prefix=INVALID15 # INVALID: llvm-elfabi: for the --output-target option: Cannot find option named 'nope'!
1 # RUN: not llvm-elfabi %s.NotAFileInTestingDir --emit-tbe=%t 2>&1 | FileCheck %s3 This file will not be read. An invalid file path is fed to llvm-elfabi.
1 # RUN: not llvm-elfabi %s --emit-tbe=%t 2>&1 | FileCheck %s3 This is just some text that cannot be read by llvm-elfabi.
2 # RUN: llvm-elfabi --elf %t --emit-tbe=- | FileCheck %s --check-prefix=ORIGINAL3 # RUN: llvm-elfabi --elf %t --emit-tbe=- --soname=libbest.so | FileCheck %s --check-prefix=REPLACED
3 # RUN: llvm-elfabi %s --output-target=elf32-little %t.elf32l6 # RUN: llvm-elfabi %s --output-target=elf32-big %t.elf32b9 # RUN: llvm-elfabi %s --output-target=elf64-little %t.elf64l12 # RUN: llvm-elfabi %s --output-target=elf64-big %t.elf64b
1 # RUN: llvm-elfabi --tbe %s --emit-tbe=- | FileCheck %s
2 # RUN: not llvm-elfabi --elf %t --emit-tbe=%t.tbe 2>&1 | FileCheck %s
1 # RUN: llvm-elfabi %s --emit-tbe=- | FileCheck %s
6 # RUN: not llvm-elfabi %s --output-target=elf64-little %t.TestFile 2>&1 | FileCheck %s --check-pref…
1 # RUN: not llvm-elfabi --elf %s --emit-tbe=%t 2>&1 | FileCheck %s
8 # RUN: not llvm-elfabi %s --output-target=elf64-little %t.TestDir/Output.TestFile 2>&1 | FileCheck …
8 add_llvm_tool(llvm-elfabi10 llvm-elfabi.cpp
22 namespace elfabi { namespace30 using namespace llvm::elfabi;
28 namespace elfabi {
17 using namespace llvm::elfabi;
17 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()
12 using namespace llvm::elfabi;
1 executable("llvm-elfabi") {10 "llvm-elfabi.cpp",
17 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()
24 namespace elfabi {
23 namespace elfabi {
29 namespace elfabi {