Home
last modified time | relevance | path

Searched defs:IsEntryPoint (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/
DLVScope.h43 IsEntryPoint, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Core/
DLVScope.h43 IsEntryPoint, enumerator
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Daggressive_dead_code_elim_pass.cpp1125 bool AggressiveDCEPass::IsEntryPoint(Function* func) { in IsEntryPoint() function in spvtools::opt::AggressiveDCEPass
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Core/
DLVScope.h43 IsEntryPoint, enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h43 IsEntryPoint, enumerator
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp1093 bool AggressiveDCEPass::IsEntryPoint(Function* func) { in IsEntryPoint() function in spvtools::opt::AggressiveDCEPass
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/LogicalView/Core/
DLVScope.h43 IsEntryPoint, enumerator
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Daggressive_dead_code_elim_pass.cpp1093 bool AggressiveDCEPass::IsEntryPoint(Function* func) { in IsEntryPoint() function in spvtools::opt::AggressiveDCEPass
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCContext.cpp398 const bool IsEntryPoint = !InvalidName.empty() && InvalidName[0] == '.'; in createXCOFFSymbolImpl() local
/aosp_15_r20/external/deqp-deps/amber/src/
Dcommand.h95 bool IsEntryPoint() const { return command_type_ == Type::kEntryPoint; } in IsEntryPoint() function