Lines Matching refs:symbol
41 #include "lldb/Symbol/ClangASTContext.h"
42 #include "lldb/Symbol/CompileUnit.h"
43 #include "lldb/Symbol/Function.h"
44 #include "lldb/Symbol/Symbol.h"
45 #include "lldb/Symbol/VariableList.h"
176 bool is_load_script = strcmp(property_path,"target.load-script-from-symbol-file") == 0;
1506 // a format that only prints out the function or symbol name if there
1507 // is one in the symbol context you can use:
1512 // or symbol with a valid name.
1674 log->Printf("[Debugger::FormatPrompt] symbol to expand: %s",expr_path.c_str());
2168 if (sc && (sc->function != NULL || sc->symbol != NULL))
2176 s.Printf("symbol[%u]", sc->symbol->GetID());
2184 else if (sc->symbol)
2185 cstr = sc->symbol->GetName().AsCString (NULL);
2303 else if (sc->symbol)
2305 cstr = sc->symbol->GetName().AsCString (NULL);
2454 else if (sc->symbol && sc->symbol->ValueIsAddress())
2455 func_addr = sc->symbol->GetAddress();