Home
last modified time | relevance | path

Searched defs:IsLocal (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/asmjs/
Dasm-scanner.h79 bool IsLocal() const { return IsLocal(Token()); } in IsLocal() function
81 static bool IsLocal(token_t token) { return token <= kLocalsStart; } in IsLocal() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp71 bool IsLocal) { in ProcessAbbreviation()
DNaClBitstreamReader.cpp253 void NaClBitstreamCursor::ReadAbbrevRecord(bool IsLocal, in ReadAbbrevRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp214 bool IsLocal = shouldAssumeDSOLocal(*GV->getParent(), GV); in getTLSModel() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp235 bool IsLocal = GVar->hasLocalLinkage(); in isGlobalInSmallSection() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAcceleratorTable.h479 bool IsLocal; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1450 bool IsLocal = P.first && (!isa<GlobalValue>(P.first) || in instrumentPersonalityFunctions() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp728 bool HexagonAsmParser::ParseDirectiveComm(bool IsLocal, SMLoc Loc) { in ParseDirectiveComm()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp879 bool IsLocal = LIS->intervalIsInOneMBB(VirtReg); in canEvictInterference() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp491 bool IsLocal = getTargetMachine().shouldAssumeDSOLocal(*GV->getParent(), GV); in lowerGlobalAddress() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp4872 bool AsmParser::parseDirectiveComm(bool IsLocal) { in parseDirectiveComm()