Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DPDB.cpp1041 ArrayRef<uint8_t> relocatedDebugContents = in addDebugSymbols() local
1044 BinaryStreamReader reader(relocatedDebugContents, support::little); in addDebugSymbols()
1045 uint32_t count = relocatedDebugContents.size() / sizeof(object::FpoData); in addDebugSymbols()