Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
583 Entries->push_back(getReader().createOperation(Opcode, Operands)); in addObject()
[all …]
H A DLVScope.cpp253 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 DLVSymbol.cpp72 CurrentLocation = getReader().createLocationSymbol(); in addLocation()
107 LVLocation *Gap = getReader().createLocationSymbol(); in addLocationGap()
391 if (getIncludeInPrint() && getReader().doPrintSymbol(this)) { in print()
H A DLVElement.cpp413 StringRef Filename = getReader().getFilename(this, Index); in setFile()
558 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in printLinkageName()
H A DLVLine.cpp141 if (getReader().doPrintLine(this)) { in print()
H A DLVType.cpp287 (getIsReference() || getReader().doPrintType(this))) { in print()
H A DLVCompare.cpp324 getReader().setCompileUnit(InsertionPoint->getCompileUnitParent()); in execute()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h360 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 DASTReaderInternals.h304 ASTReader &getReader() const { return Reader; } in getReader() function
H A DASTReader.cpp2408 ASTIdentifierLookupTrait Trait(IdTable->getInfoObj().getReader(), M, in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp58 LVSectionIndex SectionIndex = getReader().getDotTextSectionIndex(); in update()
100 : getReader().getDotTextSectionIndex(); in getIndex()
H A DLVCodeViewVisitor.cpp444 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()