Searched refs:getReader (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVLocation.cpp | 44 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 D | LVScope.cpp | 461 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 D | LVElement.cpp | 378 StringRef Filename = getReader().getFilename(this, Index); in setFile() 523 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in printLinkageName()
|
| H A D | LVLine.cpp | 141 if (getReader().doPrintLine(this)) { in print()
|
| H A D | LVSymbol.cpp | 394 if (getIncludeInPrint() && getReader().doPrintSymbol(this)) { in print()
|
| H A D | LVType.cpp | 293 (getIsReference() || getReader().doPrintType(this))) { in print()
|
| H A D | LVCompare.cpp | 324 getReader().setCompileUnit(InsertionPoint->getCompileUnitParent()); in execute()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVReader.h | 228 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 D | ASTReaderInternals.h | 180 ASTReader &getReader() const { return Reader; } in getReader() function
|
| H A D | ASTReader.cpp | 2062 ASTIdentifierLookupTrait Trait(IdTable->getInfoObj().getReader(), M, in operator ()()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 62 LVSectionIndex SectionIndex = getReader().getDotTextSectionIndex(); in update() 100 : getReader().getDotTextSectionIndex(); in getIndex()
|