Searched refs:FNKind (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 158 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 D | SymbolizableObjectFile.cpp | 264 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 D | SymbolizableObjectFile.h | 57 bool shouldOverrideWithSymbolTable(FunctionNameKind FNKind,
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBContext.cpp | 38 Result.FunctionName = getFunctionName(Address.Address, Specifier.FNKind); in getLineInfoForAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1741 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()
|