Searched refs:createInstructions (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.h | 178 Error createInstructions(); 179 Error createInstructions(LVScope *Function, LVSectionIndex SectionIndex); 180 Error createInstructions(LVScope *Function, LVSectionIndex SectionIndex,
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 370 Error LVBinaryReader::createInstructions(LVScope *Scope, in createInstructions() function in LVBinaryReader 514 Error LVBinaryReader::createInstructions(LVScope *Function, in createInstructions() function in LVBinaryReader 521 return createInstructions(Function, SectionIndex, Name); in createInstructions() 526 Error LVBinaryReader::createInstructions() { in createInstructions() function in LVBinaryReader 557 if (Error Err = createInstructions(Scope, SectionIndex, Name.second)) in createInstructions()
|
| H A D | LVCodeViewReader.cpp | 784 if (Error Err = createInstructions(Function, SectionIndex)) in traverseSymbolSection() 1134 if (Error Err = createInstructions()) in processModule()
|
| H A D | LVDWARFReader.cpp | 763 if (Error Err = createInstructions()) in createScopes()
|