HomeSort by relevance Sort by last modified time
    Searched refs:getAddend (Results 1 - 21 of 21) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELF.h 217 int64_t getAddend() const { return r_add; }
ELFWriter.cpp 844 RelSec.emitWord(Rel.getAddend());
    [all...]
  /external/llvm/include/llvm/Object/
RelocVisitor.h 250 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend();
ELFObjectFile.h 158 ErrorOr<int64_t> getAddend() const {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 280 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend();
ELFObjectFile.h 170 ErrorOr<int64_t> getAddend() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 280 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend();
ELFObjectFile.h 170 ErrorOr<int64_t> getAddend() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 280 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend();
ELFObjectFile.h 170 ErrorOr<int64_t> getAddend() const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 280 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend();
ELFObjectFile.h 170 ErrorOr<int64_t> getAddend() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 280 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend();
ELFObjectFile.h 170 ErrorOr<int64_t> getAddend() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 280 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend();
ELFObjectFile.h 170 ErrorOr<int64_t> getAddend() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 280 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend();
ELFObjectFile.h 170 ErrorOr<int64_t> getAddend() const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 280 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(R).getAddend();
ELFObjectFile.h 170 ErrorOr<int64_t> getAddend() const {
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 856 if (auto AddendOrErr = i->getAddend())
    [all...]

Completed in 909 milliseconds