Searched refs:FNKind (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/ |
| H A D | DIContext.h | 153 FunctionNameKind FNKind; member 156 FunctionNameKind FNKind = FunctionNameKind::None) 157 : FLIKind(FLIKind), FNKind(FNKind) {} in FLIKind() 160 return FLIKind == RHS.FLIKind && FNKind == RHS.FNKind;
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/ |
| H A D | SymbolizableObjectFile.cpp | 259 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()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | SymbolizableObjectFile.h | 55 bool shouldOverrideWithSymbolTable(FunctionNameKind FNKind,
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBContext.cpp | 38 Result.FunctionName = getFunctionName(Address.Address, Specifier.FNKind); in getLineInfoForAddress()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 1250 CU, Address.Address, Spec.FNKind, Spec.FLIKind, Result.FunctionName, in getLineInfoForAddress() 1289 getFunctionNameAndStartLineForAddress(CU, Address.Address, Spec.FNKind, in getLineInfoForAddressRange() 1363 if (const char *Name = FunctionDIE.getSubroutineName(Spec.FNKind)) in getInliningInfoForAddress()
|