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 | 189 Error createInstructions(); 190 Error createInstructions(LVScope *Function, LVSectionIndex SectionIndex); 191 Error createInstructions(LVScope *Function, LVSectionIndex SectionIndex,
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 394 Error LVBinaryReader::createInstructions(LVScope *Scope, in createInstructions() function in LVBinaryReader 529 Error LVBinaryReader::createInstructions(LVScope *Function, in createInstructions() function in LVBinaryReader 536 return createInstructions(Function, SectionIndex, Name); in createInstructions() 541 Error LVBinaryReader::createInstructions() { in createInstructions() function in LVBinaryReader 572 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 | LVDWARFReader.cpp | 960 if (Error Err = createInstructions()) in createScopes()
|