Home
last modified time | relevance | path

Searched defs:DataRef (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCXXPredicates.cpp38 const auto &DataRef = *OwnedData; in get() local
/llvm-project/flang/include/flang/Evaluate/
H A Dvariable.h294 struct DataRef { global() struct
310 uDataRef global() argument
[all...]
/llvm-project/flang/lib/Parser/
H A Dparse-tree.cpp48 DataRef::DataRef(std::list<PartRef> &&prl) : u{std::move(prl.front().name)} { in DataRef() function in Fortran::parser::DataRef
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h167 wasm::WasmDataReference DataRef; member
/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h460 WasmDataReference DataRef; global() member
/llvm-project/flang/include/flang/Parser/
H A Dparse-tree.h1793 struct DataRef { global() struct
1812 uDataRef global() argument
[all...]
/llvm-project/clang/include/clang/AST/
H A DExpr.h4890 StringRef DataRef = EExpr->Data->BinaryData->getBytes(); global() variable