Searched defs:Data (Results 151 - 175 of 367) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h159 Error extractHeaderAndOffsets(DWARFDataExtractor Data, uint64_t *OffsetPtr) { argument
192 Error DWARFListTableBase<DWARFListType>::extract(DWARFDataExtractor Data, argument
217 extract(DWARFDataExtractor Data, uint64_t HeaderOffset, uint64_t End, uint64_t *OffsetPtr, StringRef SectionName, StringRef ListTypeString) argument
270 findList(DWARFDataExtractor Data, uint64_t Offset) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalObject.h74 unsigned Data = getGlobalValueSubClassData(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp301 std::string Data; local
[all...]
H A DWasmEmitter.cpp91 char Data[sizeof(Value)]; local
98 char Data[sizeof(Value)]; local
105 char Data[sizeof(Value)]; local
[all...]
H A DCodeViewYAMLSymbols.cpp260 std::vector<uint8_t> Data; member in struct:llvm::CodeViewYAML::detail::UnknownSymbolRecord
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.cpp78 auto Data = reinterpret_cast<const uint32_t *>(Blob.data()); local
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h222 mutable llvm::DenseMap<char, ComparisonCategoryInfo> Data; member in class:clang::ComparisonCategoryType::ComparisonCategoryResult::ComparisonCategories
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h250 void *Data; member in struct:clang::DeductionFailureInfo
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DObjectFilePCHContainerOperations.cpp275 auto *Data = llvm::ConstantDataArray::getString( variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp103 std::string toStringData(const RawTextData &Data) { argument
113 std::string toStringData(const DebugPrintNodeData &Data) { argument
117 std::string toStringData(const UnaryOperationData &Data) { argument
141 std::string toStringData(const AccessData &Data) { argument
147 toStringData(const IfBoundData &Data) argument
158 toStringData(const SequenceData &Data) argument
170 evalData(const RawTextData &Data, const MatchFinder::MatchResult &, std::string *Result) argument
176 evalData(const DebugPrintNodeData &Data, const MatchFinder::MatchResult &Match, std::string *Result) argument
188 evalData(const UnaryOperationData &Data, const MatchFinder::MatchResult &Match, std::string *Result) argument
228 evalData(const SelectorData &Data, const MatchFinder::MatchResult &Match, std::string *Result) argument
237 evalData(const AccessData &Data, const MatchFinder::MatchResult &Match, std::string *Result) argument
257 evalData(const IfBoundData &Data, const MatchFinder::MatchResult &Match, std::string *Result) argument
273 evalData(const SequenceData &Data, const MatchFinder::MatchResult &Match, std::string *Result) argument
282 T Data; member in class:__anon940::StencilImpl
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutionUtils.cpp98 Value *Data = CS->getNumOperands() == 3 ? CS->getOperand(2) : nullptr; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp219 Error SymbolRecordMapping::visitKnownRecord(CVSymbol &CVR, DataSym &Data) { argument
447 visitKnownRecord(CVSymbol &CVR, ThreadLocalDataSym &Data) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp93 Error PDBFileBuilder::addNamedStream(StringRef Name, StringRef Data) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h37 MemoryBufferRef Data; member in class:llvm::object::Binary
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h42 StringRef Data; member in class:llvm::DataExtractor
83 DataExtractor(StringRef Data, bool IsLittleEndian, uint8_t AddressSize) argument
85 DataExtractor(ArrayRef<uint8_t> Data, bool IsLittleEndian, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp203 const uint64_t *Data = Value.getRawData(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp54 static llvm::Error parse(DataExtractor &Data, uint64_t BaseAddr, argument
251 decode(DataExtractor &Data, uint64_t BaseAddr) argument
266 lookup(DataExtractor &Data, uint64_t BaseAddr, uint64_t Addr) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp236 bool DWARFFormValue::extractValue(const DWARFDataExtractor &Data, argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp283 addSectionStartSymAndBlock( Section &GraphSec, uint64_t Address, const char *Data, uint64_t Size, uint32_t Alignment, bool IsLive) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp528 const void *SearchMemory(const void *Data, size_t DataLen, const void *Patt, argument
H A DFuzzerUtilWindows.cpp160 const void *SearchMemory(const void *Data, size_t DataLen, const void *Patt, argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointOptions.h88 explicit CommandBaton(std::unique_ptr<CommandData> Data) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp36 void *Data; member in struct:__xray::profileCollectorService::__anon1060::ProfileBuffer
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Expression/
H A DIRExecutionUnit.h332 enum class AllocationKind { Stub, Code, Data, Global, Bytes }; member in class:lldb_private::IRExecutionUnit::AllocationKind
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dsecondary.h34 MapPlatformData Data; member in struct:scudo::LargeBlock::Header
150 MapPlatformData Data = {}; local
172 unmap(reinterpret_cast<void *>(MapBase), NewMapBase - MapBase, 0, &Data); local
180 unmap(reinterpret_cast<void *>(NewMapEnd), MapEnd - NewMapEnd, 0, &Data); local
234 MapPlatformData Data = H->Data; local
244 MapPlatformData Data = H->Data; local
[all...]

Completed in 345 milliseconds

1234567891011>>