| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFFormValueTest.cpp | 50 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 D | UnrollLoopsCheck.cpp | 191 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 D | UnrollLoopsCheck.h | 49 bool extractValue(int &Value, const BinaryOperator *Op,
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.h | 97 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 D | Relocation.h | 72 static uint64_t extractValue(uint64_t Type, uint64_t Contents, uint64_t PC);
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 121 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 D | DWARFAbbreviationDeclaration.cpp | 181 if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U)) in getAttributeValueFromOffset()
|
| H A D | DWARFFormValue.cpp | 106 FormValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr, in createFromUnit() 247 bool DWARFFormValue::extractValue(const DWARFDataExtractor &Data, in extractValue() function in DWARFFormValue
|
| H A D | DWARFDebugLine.cpp | 287 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 D | ctor.mm | 123 bool extractValue(BoolWrapper b) { 128 bool result = extractValue(BoolWrapper());
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | Relocation.cpp | 564 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 D | DWARFLinker.cpp | 669 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 D | RewriteInstance.cpp | 1865 ExtractedValue = Relocation::extractValue(RType, *Value, Rel.getOffset()); in analyzeRelocation()
|