Home
last modified time | relevance | path

Searched defs:SymbolContext (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressResolverFileLine.h22 class SymbolContext; variable
H A DModuleList.h41 class SymbolContext; variable
H A DSearchFilter.h29 class SymbolContext; variable
H A DAddress.h28 class SymbolContext; global() variable
H A DModule.h54 class SymbolContext; variable
[all...]
H A DDisassembler.h53 class SymbolContext; variable
H A DDebugger.h66 class SymbolContext; variable
H A DFormatEntity.h29 class SymbolContext; variable
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp22 struct DylibVerifier::SymbolContext { struct in clang::installapi::DylibVerifier
25 std::string SymbolName{""};
28 EncodeKind Kind = EncodeKind::GlobalSymbol;
31 const FrontendAttrs *FA = nullptr;
34 ObjCIFSymbolKind ObjCIFKind = ObjCIFSymbolKind::None;
37 bool Inlined = false;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DDynamicLoader.h29 class SymbolContext; variable
H A DLanguage.h362 virtual bool IgnoreForLineBreakpoints(const SymbolContext &) const { in IgnoreForLineBreakpoints()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp34 SymbolContext::SymbolContext() : target_sp(), module_sp(), line_entry() {} in SymbolContext() function in SymbolContext
36 SymbolContext::SymbolContext(const ModuleSP &m, CompileUnit *cu, Function *f, in SymbolContext() function in SymbolContext
44 SymbolContext::SymbolContext(const TargetSP &t, const ModuleSP &m, in SymbolContext() function in SymbolContext
53 SymbolContext::SymbolContext(SymbolContextScope *sc_scope) in SymbolContext() function in SymbolContext
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h221 class SymbolContext; variable