Home
last modified time | relevance | path

Searched refs:getFirstFunctionInfo (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Object/
H A DFaultMapParser.cpp61 FI = (I == 0) ? FMP.getFirstFunctionInfo() : FI.getNextFunctionInfo(); in operator <<()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DFaultMapParser.h151 FunctionInfoAccessor getFirstFunctionInfo() const { in getFirstFunctionInfo() function