Searched refs:createInstructions (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.h | 147 Error createInstructions(); 148 Error createInstructions(LVScope *Function, LVSectionIndex SectionIndex); 149 Error createInstructions(LVScope *Function, LVSectionIndex SectionIndex,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 365 Error LVBinaryReader::createInstructions(LVScope *Scope, in createInstructions() function in LVBinaryReader 500 Error LVBinaryReader::createInstructions(LVScope *Function, in createInstructions() function in LVBinaryReader 507 return createInstructions(Function, SectionIndex, Name); in createInstructions() 512 Error LVBinaryReader::createInstructions() { in createInstructions() function in LVBinaryReader 543 if (Error Err = createInstructions(Scope, SectionIndex, Name.second)) in createInstructions()
|
| H A D | LVCodeViewReader.cpp | 790 if (Error Err = createInstructions(Function, SectionIndex)) in traverseSymbolSection() 1140 if (Error Err = createInstructions()) in processModule()
|
| H A D | LVELFReader.cpp | 946 if (Error Err = createInstructions()) in createScopes()
|