OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBlockData
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/FlowSensitive/
DataflowValues.h
97
///
getBlockData
- Retrieves the dataflow values associated with a
101
ValTy&
getBlockData
(const CFGBlock *B) {
107
const ValTy&
getBlockData
(const CFGBlock *B) const {
108
return const_cast<DataflowValues*>(this)->
getBlockData
(B);
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
PDBFile.cpp
105
Expected<ArrayRef<uint8_t>> PDBFile::
getBlockData
(uint32_t BlockIndex,
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp
107
BlockData &
getBlockData
(BasicBlock *BB) {
216
getBlockData
(CE->getParent()).End = true;
224
auto &B =
getBlockData
(SuspendBlock);
Completed in 18 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026