Home
last modified time | relevance | path

Searched refs:getU24 (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h481 uint32_t getU24(uint64_t *OffsetPtr, Error *Err = nullptr) const;
486 uint32_t getU24(Cursor &C) const { return getU24(&C.Offset, &C.Err); } in getU24() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDataExtractor.cpp102 uint32_t DataExtractor::getU24(uint64_t *OffsetPtr, Error *Err) const { in getU24() function in DataExtractor
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp375 ReadBytes = Extractor.getU24(Offset); in lowerPrintfForGpu()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp330 ReadBytes = Extractor.getU24(Offset); in processConstantStringArg()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp278 Value.uval = Data.getU24(OffsetPtr, &Err); in extractValue()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp71 StrIndex = InfoData.getU24(&InfoOffset); in getIndexedString()