HomeSort by relevance Sort by last modified time
    Searched defs:SymbolName (Results 26 - 50 of 56) sorted by null

12 3

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 182 const char *SymbolName;
184 SymbolName(nullptr) {}
188 Addend == Other.Addend && SymbolName == Other.SymbolName;
197 return SymbolName < Other.SymbolName;
376 void addRelocationForSymbol(const RelocationEntry &RE, StringRef SymbolName);
RuntimeDyldChecker.cpp 813 StringRef FileName, StringRef SectionName, StringRef SymbolName,
827 auto StubOffsetItr = SymbolStubs.find(SymbolName);
830 ("Stub for symbol '" + SymbolName + "' not found. "
831 "If '" + SymbolName + "' is an internal symbol this "
    [all...]
  /external/llvm/lib/MC/MCParser/
COFFAsmParser.cpp 397 StringRef SymbolName;
399 if (getParser().parseIdentifier(SymbolName))
402 MCSymbol *Sym = getContext().getOrCreateSymbol(SymbolName);
  /external/v8/src/debug/
liveedit.js     [all...]
  /bionic/linker/
linker_soinfo.h 51 class SymbolName {
53 explicit SymbolName(const char* name)
71 DISALLOW_IMPLICIT_CONSTRUCTORS(SymbolName);
218 bool find_symbol_by_name(SymbolName& symbol_name,
276 bool elf_lookup(SymbolName& symbol_name, const version_info* vi, uint32_t* symbol_index) const;
278 bool gnu_lookup(SymbolName& symbol_name, const version_info* vi, uint32_t* symbol_index) const;
  /external/llvm/include/llvm/Object/
MachO.h 153 StringRef symbolName() const;
173 StringRef SymbolName;
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 607 StringRef SymbolName;
613 SymbolName = *SymbolNameOrErr;
626 W.printNumber("Name", SymbolName, MOSymbol.StringIndex);
COFFDumper.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineOperand.h 147 const char *SymbolName; // For MO_ExternalSymbol.
412 return Contents.OffsetedInfo.Val.SymbolName;
547 Op.Contents.OffsetedInfo.Val.SymbolName = SymName;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 182 const char *SymbolName; // For MO_ExternalSymbol.
489 return Contents.OffsetedInfo.Val.SymbolName;
701 Op.Contents.OffsetedInfo.Val.SymbolName = SymName;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 197 StringRef symbolName() const;
223 StringRef SymbolName;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 182 const char *SymbolName; // For MO_ExternalSymbol.
489 return Contents.OffsetedInfo.Val.SymbolName;
701 Op.Contents.OffsetedInfo.Val.SymbolName = SymName;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 197 StringRef symbolName() const;
223 StringRef SymbolName;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 182 const char *SymbolName; // For MO_ExternalSymbol.
489 return Contents.OffsetedInfo.Val.SymbolName;
701 Op.Contents.OffsetedInfo.Val.SymbolName = SymName;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 197 StringRef symbolName() const;
223 StringRef SymbolName;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 182 const char *SymbolName; // For MO_ExternalSymbol.
489 return Contents.OffsetedInfo.Val.SymbolName;
701 Op.Contents.OffsetedInfo.Val.SymbolName = SymName;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 197 StringRef symbolName() const;
223 StringRef SymbolName;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 182 const char *SymbolName; // For MO_ExternalSymbol.
489 return Contents.OffsetedInfo.Val.SymbolName;
701 Op.Contents.OffsetedInfo.Val.SymbolName = SymName;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 197 StringRef symbolName() const;
223 StringRef SymbolName;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 182 const char *SymbolName; // For MO_ExternalSymbol.
489 return Contents.OffsetedInfo.Val.SymbolName;
701 Op.Contents.OffsetedInfo.Val.SymbolName = SymName;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 197 StringRef symbolName() const;
223 StringRef SymbolName;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 182 const char *SymbolName; // For MO_ExternalSymbol.
489 return Contents.OffsetedInfo.Val.SymbolName;
701 Op.Contents.OffsetedInfo.Val.SymbolName = SymName;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 197 StringRef symbolName() const;
223 StringRef SymbolName;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 182 const char *SymbolName; // For MO_ExternalSymbol.
489 return Contents.OffsetedInfo.Val.SymbolName;
701 Op.Contents.OffsetedInfo.Val.SymbolName = SymName;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 197 StringRef symbolName() const;
223 StringRef SymbolName;

Completed in 3290 milliseconds

12 3