Home
last modified time | relevance | path

Searched refs:extractValue (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/
H A DDWARFFormValueTest.cpp50 Result.extractValue(Data, &Offset, {0, 0, dwarf::DwarfFormat::DWARF32}); in createDataXFormValue()
61 Result.extractValue(Data, &Offset, {0, 0, dwarf::DwarfFormat::DWARF32}); in createULEBFormValue()
72 Result.extractValue(Data, &Offset, {0, 0, dwarf::DwarfFormat::DWARF32}); in createSLEBFormValue()
118 Data16.extractValue(DE16, &Offset, {0, 0, dwarf::DwarfFormat::DWARF32}); in TEST()
323 EXPECT_FALSE(Form.extractValue(Data, &Offset, {0, 0, DWARF32})); in TEST_P()
361 Form.extractValue(Data, &Offset, {0, 0, Format}); in TEST_P()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/altera/
H A DUnrollLoopsCheck.cpp191 if (!extractValue(EndValue, BinaryOp, Context)) in hasLargeNumIterations()
210 if (!extractValue(ConstantValue, Op, Context)) in hasLargeNumIterations()
233 bool UnrollLoopsCheck::extractValue(int &Value, const BinaryOperator *Op, in extractValue() function in clang::tidy::altera::UnrollLoopsCheck
H A DUnrollLoopsCheck.h49 bool extractValue(int &Value, const BinaryOperator *Op,
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFFormValue.h97 bool extractValue(const DWARFDataExtractor &Data, uint64_t *OffsetPtr,
102 bool extractValue(const DWARFDataExtractor &Data, uint64_t *OffsetPtr, in extractValue() function
104 return extractValue(Data, OffsetPtr, FormParams, nullptr, U); in extractValue()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DRelocation.h72 static uint64_t extractValue(uint64_t Type, uint64_t Contents, uint64_t PC);
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp121 FormValue.extractValue(AccelSection, HashDataOffset, FormParams); in readAtoms()
186 if (Atom.extractValue(AccelSection, DataOffset, FormParams)) { in dumpName()
272 Atom.extractValue(AccelTable.AccelSection, Offset, FormParams); in extract()
628 if (!Value.extractValue(AS, Offset, FormParams)) in getEntry()
H A DDWARFAbbreviationDeclaration.cpp181 if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U)) in getAttributeValueFromOffset()
H A DDWARFFormValue.cpp106 FormValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr, in createFromUnit()
247 bool DWARFFormValue::extractValue(const DWARFDataExtractor &Data, in extractValue() function in DWARFFormValue
H A DDWARFDebugLine.cpp287 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U)) in parseV5DirFileTables()
314 if (!Value.extractValue(DebugLineData, OffsetPtr, FormParams, &Ctx, U)) in parseV5DirFileTables()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dctor.mm123 bool extractValue(BoolWrapper b) {
128 bool result = extractValue(BoolWrapper());
/llvm-project-15.0.7/bolt/lib/Core/
H A DRelocation.cpp564 uint64_t Relocation::extractValue(uint64_t Type, uint64_t Contents, in extractValue() function in Relocation
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp669 Val.extractValue(Data, &Offset, Unit.getFormParams(), &Unit); in lookForRefDIEsToKeep()
1479 Val.extractValue(Data, &Offset, U.getFormParams(), &U); in cloneDIE()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp1865 ExtractedValue = Relocation::extractValue(RType, *Value, Rel.getOffset()); in analyzeRelocation()