Home
last modified time | relevance | path

Searched refs:createInstructions (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.h189 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 DLVBinaryReader.cpp394 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 DLVCodeViewReader.cpp790 if (Error Err = createInstructions(Function, SectionIndex)) in traverseSymbolSection()
1140 if (Error Err = createInstructions()) in processModule()
H A DLVDWARFReader.cpp960 if (Error Err = createInstructions()) in createScopes()