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.cpp852 Error LVCodeViewReader::createScopes(COFFObjectFile &Obj) { createScopes() function in LVCodeViewReader
900 Error LVCodeViewReader::createScopes(PDBFile &Pdb) { createScopes() function in LVCodeViewReader
1160 Error LVCodeViewReader::createScopes() { createScopes() function in LVCodeViewReader
H A DLVDWARFReader.cpp804 Error LVDWARFReader::createScopes() { in createScopes() function in LVDWARFReader
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h141 virtual Error createScopes() { in createScopes() function