Home
last modified time | relevance | path

Searched defs:createScopes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp845 Error LVCodeViewReader::createScopes(COFFObjectFile &Obj) { in createScopes() function in LVCodeViewReader
893 Error LVCodeViewReader::createScopes(PDBFile &Pdb) { in createScopes() function in LVCodeViewReader
1153 Error LVCodeViewReader::createScopes() { in createScopes() function in LVCodeViewReader
H A DLVDWARFReader.cpp602 Error LVDWARFReader::createScopes() { in createScopes() function in LVDWARFReader
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h167 virtual Error createScopes() { in createScopes() function