Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp305 const uint32_t AddrInfoOffset = AddrInfoOffsets[AddrIdx]; in getFunctionInfoDataAtIndex() local
308 StringRef Bytes = MemBuffer->getBuffer().substr(AddrInfoOffset); in getFunctionInfoDataAtIndex()
312 AddrInfoOffset); in getFunctionInfoDataAtIndex()
H A DGsymCreator.cpp185 for (auto AddrInfoOffset : AddrInfoOffsets) { in encode() local
186 O.fixup32(AddrInfoOffset, AddrInfoOffsetsOffset + Offset); in encode()