Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFile.h95 Error parseFileHeaders();
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp80 if (auto EC = File->parseFileHeaders()) in createFromPdb()
110 if (auto EC = File->parseFileHeaders()) in loadPdbFile()
H A DPDBFile.cpp120 Error PDBFile::parseFileHeaders() { in parseFileHeaders() function in PDBFile
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PDB/
H A DObjectFilePDB.cpp180 if (auto EC = File->parseFileHeaders()) { in loadPDBFile()