Home
last modified time | relevance | path

Searched refs:S_LOCAL (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCAsmInfo.h102 S_LOCAL, // symbol@local enumerator
H A DPPCMCAsmInfo.cpp83 {PPC::S_LOCAL, "local"},
H A DPPCELFObjectWriter.cpp115 case PPC::S_LOCAL: in getRelocType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp252 case S_LOCAL: in CVSymToPDBSym()
622 if (sym.kind() == S_LOCAL) { in GetVariableNameInfo()
760 if (sym.kind() == S_LOCAL) { in GetVariableLocationInfo()
H A DPdbAstBuilder.cpp234 case S_LOCAL: in isLocalVariableType()
1103 case S_LOCAL: { in CreateFunctionParameters()
H A DSymbolFileNativePDB.cpp2016 case S_LOCAL: in ParseVariablesForBlock()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp299 case SymbolKind::S_LOCAL: in getSymbolNameOffset()
H A DTypeIndexDiscovery.cpp394 case SymbolKind::S_LOCAL: in discoverTypeIndices()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewSymbols.def214 SYMBOL_RECORD(S_LOCAL , 0x113e, LocalSym)
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp954 MCSymbolRefExpr::create(GOTSymbol, PPC::S_LOCAL, OutContext), in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3084 case SymbolKind::S_LOCAL: in createElement()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2864 MCSymbol *LocalEnd = beginSymbolRecord(SymbolKind::S_LOCAL); in emitLocalVariable()