Home
last modified time | relevance | path

Searched defs:IsReserved (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/MC/
DELFObjectWriter.cpp468 bool IsReserved = !Base || Symbol.isCommon(); in writeSymbol() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp536 bool IsReserved = !Base || Symbol.isCommon(); in writeSymbol() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveIntervals.cpp277 bool IsReserved = false; in computeRegUnitRange() local
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc91 bool IsReserved(const std::string& ident) { in IsReserved() function