Home
last modified time | relevance | path

Searched refs:getBlockId (Results 1 – 13 of 13) sorted by relevance

/external/clang/lib/AST/
DMangle.cpp43 unsigned discriminator = Context.getBlockId(BD, true); in mangleFunctionBlock()
189 unsigned discriminator = getBlockId(BD, false); in mangleGlobalBlock()
234 (void) getBlockId(cast<BlockDecl>(DC), true); in mangleBlock()
DMicrosoftMangle.cpp922 Out << "__block_invoke" << Context.getBlockId(BD, false); in mangleNestedName()
DItaniumMangle.cpp1564 Number = Context.getBlockId(Block, false); in mangleUnqualifiedBlock()
/external/llvm-project/llvm/include/llvm/Transforms/IPO/
DSampleProfileProbe.h45 uint32_t getBlockId(const BasicBlock *BB) const;
/external/llvm-project/clang/lib/AST/
DMangle.cpp40 unsigned discriminator = Context.getBlockId(BD, true); in mangleFunctionBlock()
239 unsigned discriminator = getBlockId(BD, false); in mangleGlobalBlock()
284 (void) getBlockId(cast<BlockDecl>(DC), true); in mangleBlock()
DMicrosoftMangle.cpp1136 Discriminator = Context.getBlockId(BD, /*Local=*/false); in mangleNestedName()
DItaniumMangle.cpp1738 Number = Context.getBlockId(Block, false); in mangleUnqualifiedBlock()
/external/llvm-project/llvm/lib/Transforms/IPO/
DSampleProfileProbe.cpp64 uint32_t SampleProfileProber::getBlockId(const BasicBlock *BB) const { in getBlockId() function in SampleProfileProber
/external/clang/include/clang/AST/
DMangle.h76 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId() function
/external/llvm-project/clang/include/clang/AST/
DMangle.h78 unsigned getBlockId(const BlockDecl *BD, bool Local) { in getBlockId() function
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h365 int getBlockId(TIntermTyped *argument);
DOutputASM.cpp2302 int OutputASM::getBlockId(TIntermTyped *arg) in getBlockId() function in glsl::OutputASM
2334 int blockId = getBlockId(arg); in getArgumentInfo()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp2951 CGM.getCXXABI().getMangleContext().getBlockId(BD, true); in EmitPredefinedLValue()