Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/MC/
DMCContext.cpp326 const bool IsEntryPoint = !InvalidName.empty() && InvalidName[0] == '.'; in createXCOFFSymbolImpl() local
/external/deqp-deps/amber/src/
Dcommand.h96 bool IsEntryPoint() const { return command_type_ == Type::kEntryPoint; } in IsEntryPoint() function