HomeSort by: relevance | last modified time | path
    Searched defs:symbolize (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/
SymbolizableModule.h 19 namespace symbolize { namespace in namespace:llvm
47 } // end namespace symbolize
DIPrinter.h 1 //===- llvm/DebugInfo/Symbolize/DIPrinter.h ---------------------*- C++ -*-===//
30 namespace symbolize { namespace in namespace:llvm
156 } // namespace symbolize
Symbolize.h 1 //===- Symbolize.h ----------------------------------------------*- C++ -*-===//
16 #include "llvm/DebugInfo/Symbolize/SymbolizableModule.h"
30 namespace symbolize { namespace in namespace:llvm
160 } // end namespace symbolize
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.h 17 #include "llvm/DebugInfo/Symbolize/SymbolizableModule.h"
29 namespace symbolize { namespace in namespace:llvm
99 } // end namespace symbolize
DIPrinter.cpp 1 //===- lib/DebugInfo/Symbolize/DIPrinter.cpp ------------------------------===//
14 #include "llvm/DebugInfo/Symbolize/DIPrinter.h"
31 namespace symbolize { namespace in namespace:llvm
397 } // end namespace symbolize
Symbolize.cpp 13 #include "llvm/DebugInfo/Symbolize/Symbolize.h"
40 namespace symbolize { namespace in namespace:llvm
581 // symbolize. Otherwise, use DWARF.
683 } // namespace symbolize
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/scripts/
asan_symbolize.py 56 def symbolize(self, addr, binary, offset): member in class:Symbolizer
57 """Symbolize the given address (pair of binary and offset).
102 def symbolize(self, addr, binary, offset): member in class:LLVMSymbolizer
103 """Overrides Symbolizer.symbolize."""
162 def symbolize(self, addr, binary, offset): member in class:Addr2LineSymbolizer
163 """Overrides Symbolizer.symbolize."""
230 def symbolize(self, addr, binary, offset): member in class:DarwinSymbolizer
231 """Overrides Symbolizer.symbolize."""
236 # exceptions being raised later on so just don't try to symbolize.
262 def symbolize(self, addr, binary, offset) member in class:ChainSymbolizer
351 def symbolize(self, addr, binary, offset): member in class:BreakpadSymbolizer
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
ProfiledBinary.cpp 267 outs() << getReversedLocWithContext(symbolize(IP, ShowCanonicalFnName));
280 SymbolizedCallStack = symbolize(IP, true);
413 symbolize::LLVMSymbolizer::Options SymbolizerOpts;
420 Symbolizer = std::make_unique<symbolize::LLVMSymbolizer>(SymbolizerOpts);
423 FrameLocationStack ProfiledBinary::symbolize(const InstructionPointer &IP, function in class:llvm::sampleprof::ProfiledBinary
426 "Binary should only symbolize its own instruction");
  /src/external/apache2/llvm/dist/llvm/tools/sancov/
sancov.cpp 14 #include "llvm/DebugInfo/Symbolize/Symbolize.h"
83 "REMOVED. Use -symbolize & coverage-report-server.py."),
84 clEnumValN(SymbolizeAction, "symbolize",
461 static std::unique_ptr<symbolize::LLVMSymbolizer> createSymbolizer() {
462 symbolize::LLVMSymbolizer::Options SymbolizerOptions;
465 return std::unique_ptr<symbolize::LLVMSymbolizer>(
466 new symbolize::LLVMSymbolizer(SymbolizerOptions));
867 symbolize(const RawCoverage &Data, const std::string ObjectFile) { function in namespace:__anon5744
1110 // Read raw coverage and symbolize it
    [all...]

Completed in 37 milliseconds