Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h182 Error createScopes(llvm::object::COFFObjectFile &Obj);
183 Error createScopes(llvm::pdb::PDBFile &Pdb);
187 Error createScopes() override;
H A DLVDWARFReader.h126 Error createScopes() override;
/llvm-project/llvm/unittests/DebugInfo/LogicalView/
H A DLogicalElementsTest.cpp75 Error createScopes() { return LVReader::createScopes(); } in createScopes() function in __anonb3007c9e0111::ReaderTestElements
107 Error Err = createScopes(); in createElements()
H A DSelectElementsTest.cpp63 Error createScopes() { return LVReader::createScopes(); } in createScopes() function in __anon63092e030111::ReaderTestSelection
98 Error Err = createScopes(); in createElements()
H A DLocationRangesTest.cpp37 Error createScopes() { return LVReader::createScopes(); } in createScopes() function in __anonf99b6c7f0111::ReaderTest
125 Error Err = createScopes(); in createElements()
365 Error Err = createScopes(); in createElements()
H A DCompareElementsTest.cpp78 Error createScopes() { return LVReader::createScopes(); } in createScopes() function in __anon8e4c552a0111::ReaderTestCompare
106 Error Err = createScopes(); in createElements()
H A DWarningInternalTest.cpp120 Error createScopes() { return LVReader::createScopes(); } in createScopes() function in __anon538c05990111::ReaderTestWarningInternal
217 Error Err = createScopes(); in createElements()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp846 Error LVCodeViewReader::createScopes(COFFObjectFile &Obj) { in mapRangeAddress()
894 Error LVCodeViewReader::createScopes(PDBFile &Pdb) { in createScopes()
1154 Error LVCodeViewReader::createScopes() {
1162 if (Error Err = LVReader::createScopes()) in createScopes()
1168 if (Error Err = createScopes(getObj())) in createScopes()
1171 if (Error Err = createScopes(getPdb())) in createScopes()
851 Error LVCodeViewReader::createScopes(COFFObjectFile &Obj) { createScopes() function in LVCodeViewReader
899 Error LVCodeViewReader::createScopes(PDBFile &Pdb) { createScopes() function in LVCodeViewReader
1159 Error LVCodeViewReader::createScopes() { createScopes() function in LVCodeViewReader
H A DLVDWARFReader.cpp810 Error LVDWARFReader::createScopes() { in createScopes()
817 if (Error Err = LVReader::createScopes()) in createScopes()
804 Error LVDWARFReader::createScopes() { createScopes() function in LVDWARFReader
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVReader.cpp235 if (Error Err = createScopes()) in doLoad()
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h141 virtual Error createScopes() { in createScopes() function