HomeSort by: relevance | last modified time | path
    Searched defs:getSymbol (Results 1 - 24 of 24) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineBasicBlock.cpp 60 MCSymbol *MachineBasicBlock::getSymbol() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DwarfStringPoolEntry.h 46 MCSymbol *getSymbol() const {
PseudoSourceValue.h 152 const char *getSymbol() const { return ES; }
SelectionDAGNodes.h 2156 const char *getSymbol() const { return Symbol; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/
TargetMachine.cpp 219 MCSymbol *TargetMachine::getSymbol(const GlobalValue *GV) const {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 114 static std::error_code getSymbol(const COFFObjectFile &COFF, uint64_t VA,
148 } else if (!getSymbol(Ctx.COFF, Ctx.COFF.getImageBase() + Displacement,
ARMWinEHPrinter.cpp 212 ErrorOr<object::SymbolRef> Decoder::getSymbol(const COFFObjectFile &COFF,
236 return *Relocation.getSymbol();
293 SymOrErr = getSymbol(COFF, SymbolAddress, FunctionOnly);
MachODumper.cpp 389 static void getSymbol(const MachOObjectFile *Obj,
552 symbol_iterator Symbol = Reloc.getSymbol();
626 getSymbol(Obj, Symbol.getRawDataRefImpl(), MOSymbol);
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SVals.h 351 SymbolRef getSymbol() const {
356 return !isa<SymbolData>(getSymbol());
MemRegion.h 771 SymbolRef getSymbol() const { return sym; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
UDTLayout.h 50 const PDBSymbol *getSymbol() const { return Symbol; }
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 221 StringRef getSymbol() const { return S; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 64 symbol_iterator getSymbol() const;
549 inline symbol_iterator RelocationRef::getSymbol() const {
ELF.h 383 Expected<const Elf_Sym *> getSymbol(const Elf_Shdr *Sec,
472 ELFFile<ELFT>::getSymbol(const Elf_Shdr *Sec, uint32_t Index) const {
630 uint32_t Index = Rel.getSymbol(isMips64EL());
ELFObjectFile.h 402 Expected<const Elf_Sym *> getSymbol(DataRefImpl Sym) const {
490 Expected<const Elf_Sym *> SymOrErr = getSymbol(Sym);
535 Expected<const Elf_Sym *> SymOrErr = getSymbol(Symb);
561 Expected<const Elf_Sym *> SymOrErr = getSymbol(Symb);
601 Expected<const Elf_Sym *> SymOrErr = getSymbol(Symb);
620 Expected<const Elf_Sym *> SymOrErr = getSymbol(Sym);
633 Expected<const Elf_Sym *> SymOrErr = getSymbol(Symb);
641 Expected<const Elf_Sym *> SymOrErr = getSymbol(Symb);
649 Expected<const Elf_Sym *> SymOrErr = getSymbol(Symb);
658 Expected<const Elf_Sym *> SymOrErr = getSymbol(Symb)
    [all...]
COFF.h 1039 Expected<COFFSymbolRef> getSymbol(uint32_t index) const {
1051 Expected<COFFSymbolRef> S = getSymbol(index);
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCFragment.h 493 const MCSymbol *getSymbol() { return Sym; }
494 const MCSymbol *getSymbol() const { return Sym; }
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 507 JITEvaluatedSymbol getSymbol(StringRef Name) const {
519 // FIXME: Have getSymbol should return the actual address and the client
RuntimeDyld.cpp 1358 JITEvaluatedSymbol RuntimeDyld::getSymbol(StringRef Name) const {
1361 return Dyld->getSymbol(Name);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
Core.h 1113 JITEvaluatedSymbol getSymbol() const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 244 const MCSymbol *getSymbol() const { return Sym; }
AsmPrinter.cpp 478 MCSymbol *AsmPrinter::getSymbol(const GlobalValue *GV) const {
479 return TM.getSymbol(GV);
496 return TM.getSymbol(&GV);
517 if (GlobalGOTEquivs.count(getSymbol(GV)))
529 MCSymbol *GVSym = getSymbol(GV);
1143 MBB.isEntryBlock() ? FunctionSymbol : MBB.getSymbol();
1568 const MCSymbol *GOTEquivSym = getSymbol(&G);
1595 MCSymbol *Name = getSymbol(&GIS);
1719 MCSymbol *Name = getSymbol(&F);
1720 // Function getSymbol gives us the function descriptor symbol for XCOFF
    [all...]
  /src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h 439 SymbolASTNode * getSymbol() { return m_symbol; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
ELF.h 1186 Elf32_Word getSymbol() const { return (r_info >> 8); }
1189 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); }
1203 Elf32_Word getSymbol() const { return (r_info >> 8); }
1206 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); }
1222 Elf64_Word getSymbol() const { return (r_info >> 32); }
1225 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); }
1239 Elf64_Word getSymbol() const { return (r_info >> 32); }
1242 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); }

Completed in 90 milliseconds