HomeSort by relevance Sort by last modified time
    Searched refs:getBlockData (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
IPDBFile.h 36 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
PDBFile.h 91 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
IMSFFile.h 33 virtual Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
  /external/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);
  /external/llvm/lib/DebugInfo/PDB/Raw/
MappedBlockStream.cpp 142 auto Result = Pdb.getBlockData(BlockList[First], Pdb.getBlockSize());
178 auto Result = Pdb.getBlockData(FirstBlockAddr, Pdb.getBlockSize());
206 auto Result = Pdb.getBlockData(StreamBlockAddr, Pdb.getBlockSize());
PDBFile.cpp 76 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
PDBFile.h 70 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
CoroFrame.cpp 94 BlockData &getBlockData(BasicBlock *BB) {
175 getBlockData(CE->getParent()).End = true;
183 auto &B = getBlockData(SuspendBlock);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
PDBFile.cpp 104 Expected<ArrayRef<uint8_t>> PDBFile::getBlockData(uint32_t BlockIndex,
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
LinePrinter.cpp 259 cantFail(File.getBlockData(Blocks.front(), File.getBlockSize()));
BytesOutputStyle.cpp 216 auto ExpectedData = File.getBlockData(I, File.getBlockSize());
  /external/llvm/unittests/DebugInfo/PDB/
MappedBlockStreamTest.cpp 64 Expected<ArrayRef<uint8_t>> getBlockData(uint32_t BlockIndex,

Completed in 705 milliseconds