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

/external/llvm/include/llvm/Object/
H A DSymbolicFile.h121 DataRefImpl getRawDataRefImpl() const;
197 inline DataRefImpl BasicSymbolRef::getRawDataRefImpl() const { function in class:llvm::object::BasicSymbolRef
H A DObjectFile.h62 DataRefImpl getRawDataRefImpl() const;
109 DataRefImpl getRawDataRefImpl() const;
160 : basic_symbol_iterator(SymbolRef(B->getRawDataRefImpl(),
312 return getObject()->getSymbolName(getRawDataRefImpl());
316 return getObject()->getSymbolAddress(getRawDataRefImpl());
320 return getObject()->getSymbolValue(getRawDataRefImpl());
324 return getObject()->getSymbolAlignment(getRawDataRefImpl());
328 return getObject()->getCommonSymbolSize(getRawDataRefImpl());
332 return getObject()->getSymbolSection(getRawDataRefImpl());
336 return getObject()->getSymbolType(getRawDataRefImpl());
423 inline DataRefImpl SectionRef::getRawDataRefImpl() const { function in class:llvm::object::SectionRef
461 inline DataRefImpl RelocationRef::getRawDataRefImpl() const { function in class:llvm::object::RelocationRef
[all...]
H A DMachO.h47 DataRefImpl getRawDataRefImpl() const;
516 inline DataRefImpl DiceRef::getRawDataRefImpl() const { function in class:llvm::object::DiceRef
/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DObjectFile.h124 DataRefImpl getRawDataRefImpl() const;
350 inline DataRefImpl SymbolRef::getRawDataRefImpl() const { function in class:llvm::object::SymbolRef

Completed in 120 milliseconds