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

/external/llvm/include/llvm/Object/
H A DMachO.h47 DataRefImpl getRawDataRefImpl() const;
296 inline DataRefImpl DiceRef::getRawDataRefImpl() const { function in class:llvm::object::DiceRef
H A DSymbolicFile.h107 DataRefImpl getRawDataRefImpl() const;
184 inline DataRefImpl BasicSymbolRef::getRawDataRefImpl() const { function in class:llvm::object::BasicSymbolRef::BasicSymbolRef
H A DObjectFile.h70 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(), Resul
480 inline DataRefImpl SectionRef::getRawDataRefImpl() const { function in class:llvm::object::SectionRef
528 inline DataRefImpl RelocationRef::getRawDataRefImpl() const { function in class:llvm::object::RelocationRef
[all...]

Completed in 2239 milliseconds