Home
last modified time | relevance | path

Searched refs:FNKind (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDIContext.h157 FunctionNameKind FNKind; member
160 FunctionNameKind FNKind = FunctionNameKind::None)
161 : FLIKind(FLIKind), FNKind(FNKind) {} in FLIKind()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp259 FunctionNameKind FNKind, bool UseSymbolTable) const { in shouldOverrideWithSymbolTable() argument
264 return FNKind == FunctionNameKind::LinkageName && UseSymbolTable && in shouldOverrideWithSymbolTable()
279 if (shouldOverrideWithSymbolTable(LineInfoSpecifier.FNKind, UseSymbolTable)) { in symbolizeCode()
307 if (shouldOverrideWithSymbolTable(LineInfoSpecifier.FNKind, UseSymbolTable)) { in symbolizeInlinedCode()
H A DSymbolizableObjectFile.h55 bool shouldOverrideWithSymbolTable(FunctionNameKind FNKind,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp36 Result.FunctionName = getFunctionName(Address.Address, Specifier.FNKind); in getLineInfoForAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1236 CU, Address.Address, Spec.FNKind, Spec.FLIKind, Result.FunctionName, in getLineInfoForAddress()
1259 getFunctionNameAndStartLineForAddress(CU, Address.Address, Spec.FNKind, in getLineInfoForAddressRange()
1333 if (const char *Name = FunctionDIE.getSubroutineName(Spec.FNKind)) in getInliningInfoForAddress()