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

/external/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp79 uint64_t SymAddress, uint64_t SymSize,
82 uint64_t SymEnd = SymOffset + SymSize;
103 uint64_t SymAddress, uint64_t SymSize, StringRef SymName,
106 uint64_t SymEnd = SymOffset + SymSize;
185 uint64_t SymSize = P.second; local
207 StringRef SymContents = SecContents.substr(SymOffset, SymSize);
232 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
241 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
248 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize,
257 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize,
77 collectRelocatedSymbols(const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress, uint64_t SymAddress, uint64_t SymSize, StringRef *I, StringRef *E) argument
101 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...]
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h207 DenseMap<const MCSymbol *, uint64_t> SymSize; member in class:llvm::DwarfDebug
488 SymSize[Sym] = Size;
H A DDwarfDebug.cpp1676 uint64_t Size = SymSize[Span.Start];

Completed in 5261 milliseconds