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

  /external/llvm/include/llvm/Object/
MachO.h 47 DataRefImpl getRawDataRefImpl() const;
296 inline DataRefImpl DiceRef::getRawDataRefImpl() const {
SymbolicFile.h 107 DataRefImpl getRawDataRefImpl() const;
184 inline DataRefImpl BasicSymbolRef::getRawDataRefImpl() const {
ObjectFile.h 70 DataRefImpl getRawDataRefImpl() const;
122 DataRefImpl getRawDataRefImpl() const;
164 : basic_symbol_iterator(SymbolRef(B->getRawDataRefImpl(),
198 DataRefImpl getRawDataRefImpl() const;
363 return getObject()->getSymbolName(getRawDataRefImpl(), Result);
367 return getObject()->getSymbolAddress(getRawDataRefImpl(), Result);
371 return getObject()->getSymbolAlignment(getRawDataRefImpl(), Result);
375 return getObject()->getSymbolSize(getRawDataRefImpl(), Result);
379 return getObject()->getSymbolSection(getRawDataRefImpl(), Result);
383 return getObject()->getSymbolType(getRawDataRefImpl(), Result)
    [all...]

Completed in 77 milliseconds