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.h178 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 DLVBinaryReader.cpp370 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 DLVCodeViewReader.cpp784 if (Error Err = createInstructions(Function, SectionIndex)) in traverseSymbolSection()
1134 if (Error Err = createInstructions()) in processModule()
H A DLVDWARFReader.cpp763 if (Error Err = createInstructions()) in createScopes()