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

  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCCodeView.cpp 28 CodeViewContext::CodeViewContext() {}
30 CodeViewContext::~CodeViewContext() {
39 bool CodeViewContext::isValidFileNumber(unsigned FileNumber) const {
46 bool CodeViewContext::addFile(MCStreamer &OS, unsigned FileNumber,
78 MCCVFunctionInfo *CodeViewContext::getCVFunctionInfo(unsigned FuncId) {
86 bool CodeViewContext::recordFunctionId(unsigned FuncId) {
99 bool CodeViewContext::recordInlinedCallSiteId(unsigned FuncId, unsigned IAFunc,
130 void CodeViewContext::recordCVLoc(MCContext &Ctx, const MCSymbol *Label
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCCodeView.h 27 class CodeViewContext;
40 private: // CodeViewContext manages these
41 friend class CodeViewContext;
137 class CodeViewContext {
139 CodeViewContext();
140 ~CodeViewContext();

Completed in 16 milliseconds