Home
last modified time | relevance | path

Searched refs:getRelocMap (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp152 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr); in extractValue()
153 if (AI != cu->getRelocMap()->end()) { in extractValue()
191 RelocAddrMap::const_iterator AI = cu->getRelocMap()->find(*offset_ptr-4); in extractValue()
192 if (AI != cu->getRelocMap()->end()) in extractValue()
223 cu->getRelocMap()->find(*offset_ptr - 4); in extractValue()
224 if (AI != cu->getRelocMap()->end()) in extractValue()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnit.h180 const RelocAddrMap *getRelocMap() const { return &InfoSection.Relocs; } in getRelocMap() function