HomeSort by relevance Sort by last modified time
    Searched defs:SymSize (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/X86/MCTargetDesc/
X86ELFRelocationInfo.cpp 40 uint64_t SymSize = SymI->getSize();
122 Expr = MCConstantExpr::create(SymSize, Ctx);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 214 DenseMap<const MCSymbol *, uint64_t> SymSize;
523 SymSize[Sym] = Size;
  /external/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp 71 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;
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, I, E)
    [all...]

Completed in 74 milliseconds