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.cpp249 LVLocation *Location = getReader().createLocation(); in addObject()
327 LVSymbol *Symbol = getReader().createSymbol(); in addMissingElements()
444 getReader().setCompileUnit(CompileUnit);
591 getReader().setCompileUnit(const_cast<LVScope *>(this)); in doPrint()
663 StreamSplit = &getReader().outputStream(); in doPrint()
668 getReader().printRecords(*StreamSplit); in doPrint()
999 if (getIncludeInPrint() && getReader().doPrintScope(this)) {
1250 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope);
1260 LVSectionIndex SectionIndex = getReader().getSectionIndex(Scope); in lineLowerBound()
1329 getReader() in increment()
[all...]
H A DLVSymbol.cpp72 CurrentLocation = getReader().createLocationSymbol(); in addLocation()
107 LVLocation *Gap = getReader().createLocationSymbol(); in addLocationGap()
392 if (getIncludeInPrint() && getReader().doPrintSymbol(this)) { in print()
H A DLVElement.cpp414 StringRef Filename = getReader().getFilename(this, Index); in setFile()
559 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.cpp323 getReader().setCompileUnit(InsertionPoint->getCompileUnitParent()); in execute()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h333 inline LVReader &getReader() { return LVReader::getInstance(); } in getReader() function
335 return getReader().getSplitContext(); in getReaderSplitContext()
338 return getReader().getCompileUnit(); in getReaderCompileUnit()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h180 ASTReader &getReader() const { return Reader; } in getReader() function
H A DASTReader.cpp2245 ASTIdentifierLookupTrait Trait(IdTable->getInfoObj().getReader(), M, in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp62 LVSectionIndex SectionIndex = getReader().getDotTextSectionIndex(); in update()
100 : getReader().getDotTextSectionIndex(); in getIndex()
H A DLVCodeViewVisitor.cpp457 getReader().isSystemEntry(Namespace); in get()
965 getReader().isSystemEntry(Scope, CurrentObjectName); in visitKnownRecord()
1010 getReader().isSystemEntry(Scope, CurrentObjectName); in visitKnownRecord()
1360 if (getReader().isSystemEntry(Symbol) && !options().getAttributeSystem()) { in visitKnownRecord()
1668 if (getReader().isSystemEntry(Type)) in visitKnownRecord()