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 | 249 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 D | LVSymbol.cpp | 72 CurrentLocation = getReader().createLocationSymbol(); in addLocation() 107 LVLocation *Gap = getReader().createLocationSymbol(); in addLocationGap() 392 if (getIncludeInPrint() && getReader().doPrintSymbol(this)) { in print()
|
| H A D | LVElement.cpp | 414 StringRef Filename = getReader().getFilename(this, Index); in setFile() 559 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 | 323 getReader().setCompileUnit(InsertionPoint->getCompileUnitParent()); in execute()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVReader.h | 333 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 D | ASTReaderInternals.h | 180 ASTReader &getReader() const { return Reader; } in getReader() function
|
| H A D | ASTReader.cpp | 2245 ASTIdentifierLookupTrait Trait(IdTable->getInfoObj().getReader(), M, in operator ()()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVBinaryReader.cpp | 62 LVSectionIndex SectionIndex = getReader().getDotTextSectionIndex(); in update() 100 : getReader().getDotTextSectionIndex(); in getIndex()
|
| H A D | LVCodeViewVisitor.cpp | 457 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()
|