Home
last modified time | relevance | path

Searched refs:getReader (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp44 std::string RegisterName(getReader().getRegisterName(Code, Operands)); in getOperandsDWARFInfo()
54 std::string RegisterName(getReader().getRegisterName(Code, Operands)); in getOperandsDWARFInfo()
102 std::string RegisterName(getReader().getRegisterName(Opcode, Operands)); in getOperandsDWARFInfo()
108 std::string RegisterName(getReader().getRegisterName(Opcode, Operands)); in getOperandsDWARFInfo()
275 Stream << "regx" << getReader().getRegisterName(Opcode, Operands); in getOperandsDWARFInfo()
365 Stream << "register " << getReader().getRegisterName(Opcode, Operands); in getOperandsCodeViewInfo()
369 << getReader().getRegisterName(Opcode, Operands); in getOperandsCodeViewInfo()
374 Stream << "register_rel " << getReader().getRegisterName(Opcode, Operands) in getOperandsCodeViewInfo()
546 if (getReader().doPrintLocation(this)) { in print()
647 if (getReader().doPrintLocation(/*Location=*/nullptr)) in print()
H A DLVScope.cpp461 getReader().setCompileUnit(CompileUnit); in resolveElements()
604 getReader().setCompileUnit(const_cast<LVScope *>(this)); in doPrint()
676 StreamSplit = &getReader().outputStream(); in doPrint()
681 getReader().printRecords(*StreamSplit); in doPrint()
1012 if (getIncludeInPrint() && getReader().doPrintScope(this)) { in print()
1263 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in lineLowerBound()
1273 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in lineUpperBound()
1342 getReader().notifyAddedElement(Line); in addedElement()
1346 getReader().notifyAddedElement(Scope); in addedElement()
1350 getReader().notifyAddedElement(Symbol); in addedElement()
[all …]
H A DLVElement.cpp378 StringRef Filename = getReader().getFilename(this, Index); in setFile()
523 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in printLinkageName()
H A DLVLine.cpp141 if (getReader().doPrintLine(this)) { in print()
H A DLVSymbol.cpp394 if (getIncludeInPrint() && getReader().doPrintSymbol(this)) { in print()
H A DLVType.cpp293 (getIsReference() || getReader().doPrintType(this))) { in print()
H A DLVCompare.cpp324 getReader().setCompileUnit(InsertionPoint->getCompileUnitParent()); in execute()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h228 inline LVReader &getReader() { return LVReader::getInstance(); } in getReader() function
230 return getReader().getSplitContext(); in getReaderSplitContext()
233 return getReader().getCompileUnit(); in getReaderCompileUnit()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderInternals.h180 ASTReader &getReader() const { return Reader; } in getReader() function
H A DASTReader.cpp2062 ASTIdentifierLookupTrait Trait(IdTable->getInfoObj().getReader(), M, in operator ()()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp62 LVSectionIndex SectionIndex = getReader().getDotTextSectionIndex(); in update()
100 : getReader().getDotTextSectionIndex(); in getIndex()