Searched defs:SymSize (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFRelocationInfo.cpp40 uint64_t SymSize = SymI->getSize(); variable
122 Expr = MCConstantExpr::create(SymSize, Ctx);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h214 DenseMap<const MCSymbol *, uint64_t> SymSize; member in class:llvm::DwarfDebug
523 SymSize[Sym] = Size;
/external/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp71 uint64_t SymAddress, uint64_t SymSize,
74 uint64_t SymEnd = SymOffset + SymSize;
95 uint64_t SymAddress, uint64_t SymSize, StringRef SymName,
98 uint64_t SymEnd = SymOffset + SymSize;
177 uint64_t SymSize = P.second; local
199 StringRef SymContents = SecContents.substr(SymOffset, SymSize);
224 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
233 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
240 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize,
249 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize,
69 collectRelocatedSymbols(const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress, uint64_t SymAddress, uint64_t SymSize, StringRef *I, StringRef *E) argument
93 collectRelocationOffsets( const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress, uint64_t SymAddress, uint64_t SymSize, StringRef SymName, std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) argument
[all...]

Completed in 97 milliseconds