HomeSort by relevance Sort by last modified time
    Searched refs:Identifier (Results 201 - 225 of 354) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
linux64.S 219 .4byte 0x0 # CIE Identifier Tag
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin_closure.S 244 .long 0x0 ; CIE Identifier Tag
  /external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin_closure.S 244 .long 0x0 ; CIE Identifier Tag
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 60 // An InlineAsm identifier can only be one of those
102 virtual StringRef LookupInlineAsmLabel(StringRef Identifier, SourceMgr &SM,
246 /// Parse an identifier or string (as a quoted identifier) and set \p
247 /// Res to the identifier contents.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 142 "Expect unique Buffer Identifier");
202 auto Loader = [&](StringRef Identifier) {
203 return loadModuleFromBuffer(ModuleMap[Identifier], TheModule.getContext(),
550 void ThinLTOCodeGenerator::addModule(StringRef Identifier, StringRef Data) {
551 ThinLTOBuffer Buffer(Data, Identifier);
    [all...]
LTOBackend.cpp 498 auto ModuleLoader = [&](StringRef Identifier) {
501 auto I = ModuleMap.find(Identifier);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 169 /// ::= { ".local", ".weak", ... } [ identifier ( , identifier )* ]
184 return TokError("expected identifier in directive");
221 return TokError("expected identifier in directive");
262 } else if (getLexer().is(AsmToken::Identifier)) {
343 if (!getLexer().is(AsmToken::Identifier))
407 return TokError("expected identifier in directive");
465 return TokError("expected identifier in directive");
488 return TokError("expected identifier in directive");
675 /// ::= .type identifier , STT_<TYPE_IN_UPPER_CASE
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
PrettyClassLayoutGraphicalDumper.cpp 129 WithColor(Printer, PDB_ColorItem::Identifier).get() << Layout.getName();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp     [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 107 /// \brief "Sanitize" a filename so that it can be used as an identifier.
114 // If we don't already have something with the form of an identifier,
    [all...]
Pragma.cpp 56 /// specified name. If not, return the handler for the null identifier if it
383 // skipping while reading the identifier to poison.
400 // Look up the identifier info for the token. We disabled identifier lookup
407 // If this is a macro identifier, emit a warning.
750 // Check to make sure we don't already have a pragma for this identifier.
752 "Pragma handler already exists for this identifier!");
786 if (Tok.isNot(tok::identifier)) {
863 if (Tok.isNot(tok::identifier)) {
880 Token Identifier;
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 798 StringRef Identifier, StorageType Storage, bool ShouldCreate = true) {
803 getCanonicalMDString(Context, Identifier), Storage, ShouldCreate);
811 MDString *Identifier, StorageType Storage, bool ShouldCreate = true);
829 StringRef Identifier = ""),
832 VTableHolder, TemplateParams, Identifier))
840 MDString *Identifier = nullptr),
843 VTableHolder, TemplateParams, Identifier))
847 /// Get a DICompositeType with the given ODR identifier.
850 /// DICompositeType for the given ODR \c Identifier. If none exists, creates
855 getODRType(LLVMContext &Context, MDString &Identifier, unsigned Tag
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 640 if (Parser.getTok().isNot(AsmToken::Identifier))
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/llvm/lib/IR/
LLVMContextImpl.h 439 MDString *Identifier;
446 MDString *Identifier)
451 TemplateParams(TemplateParams), Identifier(Identifier) {}
460 Identifier(N->getRawIdentifier()) {}
473 Identifier == RHS->getRawIdentifier();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
LLVMContextImpl.h 505 MDString *Identifier;
513 MDString *Identifier, Metadata *Discriminator)
518 TemplateParams(TemplateParams), Identifier(Identifier),
528 Identifier(N->getRawIdentifier()),
542 Identifier == RHS->getRawIdentifier() &&
722 // have an identifier). Eventually we should decouple ODR logic from
    [all...]
  /external/libffi/src/s390/
sysv.S 159 .4byte 0x0 # CIE Identifier Tag
358 .4byte 0x0 # CIE Identifier Tag
  /external/llvm/lib/Transforms/IPO/
FunctionImport.cpp 774 auto ModuleLoader = [&M](StringRef Identifier) {
775 return loadFile(Identifier, M.getContext());
  /external/llvm/tools/lto/
lto.cpp 470 void thinlto_codegen_add_module(thinlto_code_gen_t cg, const char *Identifier,
472 unwrap(cg)->addModule(Identifier, StringRef(Data, Length));
  /external/ppp/pppd/plugins/radius/etc/
dictionary 74 ATTRIBUTE NAS-Identifier 32 string
  /external/python/cpython2/Modules/_ctypes/libffi/src/s390/
sysv.S 159 .4byte 0x0 # CIE Identifier Tag
358 .4byte 0x0 # CIE Identifier Tag
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
MemoryBuffer.cpp 532 StringRef Identifier = getBufferIdentifier();
533 return MemoryBufferRef(Data, Identifier);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/lto/
lto.cpp 503 void thinlto_codegen_add_module(thinlto_code_gen_t cg, const char *Identifier,
505 unwrap(cg)->addModule(Identifier, StringRef(Data, Length));
  /external/u-boot/arch/arm/
config.mk 1 # SPDX-License-Identifier: GPL-2.0+

Completed in 1082 milliseconds

1 2 3 4 5 6 7 891011>>