Searched refs:getReader (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/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() 583 Entries->push_back(getReader().createOperation(Opcode, Operands)); in addObject() [all …]
|
| H A D | LVScope.cpp | 253 LVLocation *Location = getReader().createLocation(); in addObject() 331 LVSymbol *Symbol = getReader().createSymbol(); in addMissingElements() 451 getReader().setCompileUnit(CompileUnit); in resolveElements() 598 getReader().setCompileUnit(const_cast<LVScope *>(this)); in doPrint() 670 StreamSplit = &getReader().outputStream(); in doPrint() 675 getReader().printRecords(*StreamSplit); in doPrint() 1006 if (getIncludeInPrint() && getReader().doPrintScope(this)) { in print() 1261 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in lineLowerBound() 1271 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in lineUpperBound() 1340 getReader().notifyAddedElement(Line); in addedElement() [all …]
|
| H A D | LVSymbol.cpp | 72 CurrentLocation = getReader().createLocationSymbol(); in addLocation() 107 LVLocation *Gap = getReader().createLocationSymbol(); in addLocationGap() 391 if (getIncludeInPrint() && getReader().doPrintSymbol(this)) { in print()
|
| H A D | LVElement.cpp | 413 StringRef Filename = getReader().getFilename(this, Index); in setFile() 558 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in printLinkageName()
|
| H A D | LVLine.cpp | 141 if (getReader().doPrintLine(this)) { in print()
|
| H A D | LVType.cpp | 287 (getIsReference() || getReader().doPrintType(this))) { in print()
|
| H A D | LVCompare.cpp | 324 getReader().setCompileUnit(InsertionPoint->getCompileUnitParent()); in execute()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVReader.h | 360 inline LVReader &getReader() { return LVReader::getInstance(); } in getReader() function 362 return getReader().getSplitContext(); in getReaderSplitContext() 365 return getReader().getCompileUnit(); in getReaderCompileUnit()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 304 ASTReader &getReader() const { return Reader; } in getReader() function
|
| H A D | ASTReader.cpp | 2408 ASTIdentifierLookupTrait Trait(IdTable->getInfoObj().getReader(), M, in operator ()()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 58 LVSectionIndex SectionIndex = getReader().getDotTextSectionIndex(); in update() 100 : getReader().getDotTextSectionIndex(); in getIndex()
|
| H A D | LVCodeViewVisitor.cpp | 444 getReader().isSystemEntry(Namespace); in get() 955 getReader().isSystemEntry(Scope, CurrentObjectName); in visitKnownRecord() 1003 getReader().isSystemEntry(Scope, CurrentObjectName); in visitKnownRecord() 1353 if (getReader().isSystemEntry(Symbol) && !options().getAttributeSystem()) { in visitKnownRecord() 1661 if (getReader().isSystemEntry(Type)) in visitKnownRecord()
|