Home
last modified time | relevance | path

Searched refs:SymbolType (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymtab.h56 Symbol *FindSymbolWithType(lldb::SymbolType symbol_type,
67 uint32_t AppendSymbolIndexesWithType(lldb::SymbolType symbol_type,
72 lldb::SymbolType symbol_type, uint32_t flags_value,
75 uint32_t AppendSymbolIndexesWithType(lldb::SymbolType symbol_type,
88 lldb::SymbolType symbol_type,
97 lldb::SymbolType symbol_type,
100 const RegularExpression &regex, lldb::SymbolType symbol_type,
104 lldb::SymbolType symbol_type,
107 lldb::SymbolType symbol_type,
112 const RegularExpression &regex, lldb::SymbolType symbol_type,
[all …]
H A DSymbol.h29 lldb::SymbolType type, bool external, bool is_debug,
35 Symbol(uint32_t symID, const Mangled &mangled, lldb::SymbolType type,
46 bool Compare(const ConstString &name, lldb::SymbolType type) const;
145 lldb::SymbolType GetType() const { return (lldb::SymbolType)m_type; } in GetType()
147 void SetType(lldb::SymbolType type) { m_type = (lldb::SymbolType)type; } in SetType()
H A DObjectFile.h746 static lldb::SymbolType GetSymbolTypeFromName(
748 lldb::SymbolType symbol_type_hint = lldb::eSymbolTypeUndefined);
/freebsd-12.1/contrib/llvm/lib/TextAPI/ELF/
H A DTBEHandler.cpp27 static void enumeration(IO &IO, ELFSymbolType &SymbolType) { in enumeration()
28 IO.enumCase(SymbolType, "NoType", ELFSymbolType::NoType); in enumeration()
29 IO.enumCase(SymbolType, "Func", ELFSymbolType::Func); in enumeration()
30 IO.enumCase(SymbolType, "Object", ELFSymbolType::Object); in enumeration()
31 IO.enumCase(SymbolType, "TLS", ELFSymbolType::TLS); in enumeration()
32 IO.enumCase(SymbolType, "Unknown", ELFSymbolType::Unknown); in enumeration()
35 SymbolType = ELFSymbolType::Unknown; in enumeration()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DJITSymbol.cpp50 auto SymbolType = Symbol.getType(); in fromObjectSymbol() local
51 if (!SymbolType) in fromObjectSymbol()
52 return SymbolType.takeError(); in fromObjectSymbol()
54 if (*SymbolType & object::SymbolRef::ST_Function) in fromObjectSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp321 const SymbolType type = symbol->GetType(); in InitNameIndexes()
476 uint32_t Symtab::AppendSymbolIndexesWithType(SymbolType symbol_type, in AppendSymbolIndexesWithType()
495 SymbolType symbol_type, uint32_t flags_value, in AppendSymbolIndexesWithTypeAndFlagsValue()
514 uint32_t Symtab::AppendSymbolIndexesWithType(SymbolType symbol_type, in AppendSymbolIndexesWithType()
672 SymbolType symbol_type, in AppendSymbolIndexesWithNameAndType()
690 const ConstString &symbol_name, SymbolType symbol_type, in AppendSymbolIndexesWithNameAndType()
710 const RegularExpression &regexp, SymbolType symbol_type, in AppendSymbolIndexesMatchingRegExAndType()
731 const RegularExpression &regexp, SymbolType symbol_type, in AppendSymbolIndexesMatchingRegExAndType()
755 Symbol *Symtab::FindSymbolWithType(SymbolType symbol_type, in FindSymbolWithType()
776 SymbolType symbol_type, in FindAllSymbolsWithNameAndType()
[all …]
H A DSymbol.cpp35 SymbolType type, bool external, bool is_debug, in Symbol()
49 Symbol::Symbol(uint32_t symID, const Mangled &mangled, SymbolType type, in Symbol()
329 bool Symbol::Compare(const ConstString &name, SymbolType type) const { in Compare()
H A DObjectFile.cpp397 const SymbolType symbol_type = symbol->GetType(); in GetAddressClass()
626 lldb::SymbolType
628 lldb::SymbolType symbol_type_hint) { in GetSymbolTypeFromName()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp143 SymbolRef::Type SymbolType = *SymbolTypeOrErr; in addSymbol() local
144 if (SymbolType != SymbolRef::ST_Function && SymbolType != SymbolRef::ST_Data) in addSymbol()
171 auto &M = SymbolType == SymbolRef::ST_Function ? Functions : Objects; in addSymbol()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBModule.h152 lldb::SymbolType type = eSymbolTypeAny);
155 lldb::SymbolType type = eSymbolTypeAny);
H A DSBSymbol.h49 SymbolType GetType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h268 lldb::SymbolType symbol_type,
272 lldb::SymbolType symbol_type);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h298 lldb::SymbolType symbol_type = lldb::eSymbolTypeAny);
301 lldb::SymbolType symbol_type,
305 lldb::SymbolType symbol_type,
H A DModuleList.h408 lldb::SymbolType symbol_type,
413 lldb::SymbolType symbol_type,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.h59 lldb::SymbolType symbol_type) const;
H A DJITLoaderGDB.cpp437 SymbolType symbol_type) const { in GetSymbolAddress()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp42 auto SymbolType = getSymbolType(Symbol); in getTypeLength() local
43 const IPDBRawSymbol &RawType = SymbolType->getRawSymbol(); in getTypeLength()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp293 QualType SymbolType = LHS->getType(); in MakeSymIntVal() local
295 uint64_t TypeWidth = Ctx.getTypeSize(SymbolType); in MakeSymIntVal()
299 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS); in MakeSymIntVal()
304 if (RHS.isSigned() && !SymbolType->isSignedIntegerOrEnumerationType()) in MakeSymIntVal()
305 ConvertedRHS = &BasicVals.Convert(SymbolType, RHS); in MakeSymIntVal()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBSymbol.cpp161 SymbolType SBSymbol::GetType() { in GetType()
H A DSBModule.cpp296 lldb::SymbolType symbol_type) { in FindSymbol()
310 lldb::SymbolType symbol_type) { in FindSymbols()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1229 uint8_t SymbolType = Symbol.getELFType(); in addDynamicElfSymbols() local
1230 if (SymbolType != ELF::STT_FUNC || Symbol.getSize() == 0) in addDynamicElfSymbols()
1250 AllSymbols[*SecI].emplace_back(*AddressOrErr, *Name, SymbolType); in addDynamicElfSymbols()
1286 uint8_t SymbolType = getElfSymbolType(Obj, Symbol); in addPltEntries() local
1295 AllSymbols[*Plt].emplace_back(PltEntry.second, Name, SymbolType); in addPltEntries()
1414 uint8_t SymbolType = ELF::STT_NOTYPE; in disassembleObject() local
1416 SymbolType = getElfSymbolType(Obj, Symbol); in disassembleObject()
1420 AllSymbols[*SecI].emplace_back(Address, *Name, SymbolType); in disassembleObject()
1422 AbsoluteSymbols.emplace_back(Address, *Name, SymbolType); in disassembleObject()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DModule.cpp883 SymbolType sym_type = sc.symbol->GetType(); in FindFunctions()
905 SymbolType sym_type = sc.symbol->GetType(); in FindFunctions()
1307 SymbolType symbol_type) { in FindFirstSymbolWithNameAndType()
1356 SymbolType symbol_type, in FindSymbolsWithNameAndType()
1379 SymbolType symbol_type, in FindSymbolsMatchingRegExAndType()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3098 unsigned char SymbolType = Symbol->getType(); in printSymbol() local
3100 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printSymbol()
3101 Type = printEnum(SymbolType, makeArrayRef(AMDGPUSymbolTypes)); in printSymbol()
3103 Type = printEnum(SymbolType, makeArrayRef(ElfSymbolTypes)); in printSymbol()
3142 unsigned char SymbolType = Symbol->getType(); in printHashedSymbol() local
3144 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printHashedSymbol()
3145 Type = printEnum(SymbolType, makeArrayRef(AMDGPUSymbolTypes)); in printHashedSymbol()
3147 Type = printEnum(SymbolType, makeArrayRef(ElfSymbolTypes)); in printHashedSymbol()
4368 unsigned char SymbolType = Symbol->getType(); in printSymbol() local
4376 SymbolType >= ELF::STT_LOOS && SymbolType < ELF::STT_HIOS) in printSymbol()
[all …]
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp576 template <typename SymbolType>
581 auto Impl = std::make_shared<SymbolType>(Symbol.kind()); in fromCodeViewSymbolImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h630 enum SymbolType { enum

12