Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h158 FunctionNameKind FNKind; member
161 FunctionNameKind FNKind = FunctionNameKind::None)
162 : FLIKind(FLIKind), FNKind(FNKind) {} in FLIKind()
165 return FLIKind == RHS.FLIKind && FNKind == RHS.FNKind;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp264 FunctionNameKind FNKind, bool UseSymbolTable) const { in shouldOverrideWithSymbolTable() argument
269 return FNKind == FunctionNameKind::LinkageName && UseSymbolTable && in shouldOverrideWithSymbolTable()
284 if (shouldOverrideWithSymbolTable(LineInfoSpecifier.FNKind, UseSymbolTable)) { in symbolizeCode()
312 if (shouldOverrideWithSymbolTable(LineInfoSpecifier.FNKind, UseSymbolTable)) { in symbolizeInlinedCode()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.h57 bool shouldOverrideWithSymbolTable(FunctionNameKind FNKind,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp38 Result.FunctionName = getFunctionName(Address.Address, Specifier.FNKind); in getLineInfoForAddress()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1741 CU, Address.Address, Spec.FNKind, Spec.FLIKind, Result.FunctionName, in getLineInfoForAddress()
1780 getFunctionNameAndStartLineForAddress(CU, Address.Address, Spec.FNKind, in getLineInfoForAddressRange()
1854 if (const char *Name = FunctionDIE.getSubroutineName(Spec.FNKind)) in getInliningInfoForAddress()