Searched refs:CodeViewContext (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/MC/
H A DMCCodeView.cpp29 CodeViewContext::CodeViewContext() {} function in class:CodeViewContext
31 CodeViewContext::~CodeViewContext() {
40 bool CodeViewContext::isValidFileNumber(unsigned FileNumber) const {
47 bool CodeViewContext::addFile(unsigned FileNumber, StringRef Filename) {
68 MCDataFragment *CodeViewContext::getStringTableFragment() {
77 StringRef CodeViewContext::addToStringTable(StringRef S) {
90 unsigned CodeViewContext::getStringTableOffset(StringRef S) {
99 void CodeViewContext
[all...]
H A DMCContext.cpp491 CodeViewContext &MCContext::getCVContext() {
493 CVContext.reset(new CodeViewContext);
/external/llvm/include/llvm/MC/
H A DMCCodeView.h108 class CodeViewContext { class in namespace:llvm
110 CodeViewContext();
111 ~CodeViewContext();
H A DMCContext.h46 class CodeViewContext;
71 std::unique_ptr<CodeViewContext> CVContext;
253 CodeViewContext &getCVContext();
H A DMCFragment.h501 /// CodeViewContext has the real knowledge about this format, so let it access
503 friend class CodeViewContext;
537 /// CodeViewContext has the real knowledge about this format, so let it access
539 friend class CodeViewContext;

Completed in 231 milliseconds