Searched defs:Prefix (Results 51 - 75 of 156) sorted by relevance

1234567

/openbsd-current/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp207 static void dumpRelocs(const char *Prefix, const Container &Relocs) { argument
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DFormat.h174 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U, bool Prefix) argument
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCXXABI.h330 SmallVector<Arg, 1> Prefix; member in struct:clang::CodeGen::CGCXXABI::AddedStructorArgs
346 unsigned Prefix = 0; member in struct:clang::CodeGen::CGCXXABI::AddedStructorArgCounts
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DAccelTable.h301 emitAppleAccelTable(AsmPrinter *Asm, AccelTable<DataT> &Contents, StringRef Prefix, const MCSymbol *SecBegin) argument
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp127 StringRef Prefix = (Config.Pretty && Inlined) ? " (inlined by) " : ""; local
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DCOFFImportFile.cpp564 StringRef Prefix = Imp ? "__imp_" : ""; local
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp270 RecordPrefix Prefix; variable
/openbsd-current/gnu/llvm/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp136 static void error(StringRef Prefix, llvm::Error Err) { argument
144 static void error(StringRef Prefix, std::error_code EC) { argument
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DDirectiveEmitter.cpp44 GenerateEnumClass(const std::vector<Record *> &Records, raw_ostream &OS, StringRef Enum, StringRef Prefix, const DirectiveLanguage &DirLang) argument
248 GenerateGetName(const std::vector<Record *> &Records, raw_ostream &OS, StringRef Enum, const DirectiveLanguage &DirLang, StringRef Prefix) argument
272 GenerateGetKind(const std::vector<Record *> &Records, raw_ostream &OS, StringRef Enum, const DirectiveLanguage &DirLang, StringRef Prefix, bool ImplicitAsUnknown) argument
[all...]
H A DOptParserEmitter.cpp235 std::string Prefix = (Twine("prefix_") + Twine(NewPrefix)).str(); local
275 OS << "llvm::StringLiteral(\\"" << Prefix << "\\") COMMA "; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFTypePrinter.cpp9 static constexpr StringRef Prefix = "DW_TAG_"; local
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp17 RecordPrefix Prefix; member in struct:__anon2232::SegmentInjection
158 RecordPrefix *Prefix = reinterpret_cast<RecordPrefix *>(Data.data()); local
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/profile/
H A DInstrProfilingUtil.c257 const char *Prefix = getenv("GCOV_PREFIX"); local
280 lprofApplyPathPrefix(char *Dest, const char *PathStr, const char *Prefix, argument
/openbsd-current/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_type_hash_itanium.cpp212 VtablePrefix *Prefix = Vptr - 1; local
/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp114 void Thread::Print(const char *Prefix) { argument
/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp210 std::string TempPath(const char *Prefix, const char *Extension) { argument
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp321 StringRef Prefix; member in struct:llvm::sys::unicode::GeneratedNamesData
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DModule.cpp512 StringRef Prefix; member in struct:__anon393
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DLinux.cpp611 StringRef Prefix = local
H A DWebAssembly.cpp409 StringRef Prefix = local
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DNestedNameSpecifier.cpp59 Create(const ASTContext &Context, NestedNameSpecifier *Prefix, IdentifierInfo *II) argument
72 Create(const ASTContext &Context, NestedNameSpecifier *Prefix, const NamespaceDecl *NS) argument
88 Create(const ASTContext &Context, NestedNameSpecifier *Prefix, NamespaceAliasDecl *Alias) argument
104 Create(const ASTContext &Context, NestedNameSpecifier *Prefix, bool Template, const Type *T) argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DInitHeaderSearch.cpp76 void AddSystemHeaderPrefix(StringRef Prefix, bool IsSystemHeader) { argument
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DSortJavaScriptImports.cpp88 StringRef Prefix; member in struct:clang::format::JsModuleReference
[all...]
/openbsd-current/gnu/llvm/clang/lib/Tooling/
H A DInterpolatingCompilationDatabase.cpp383 llvm::StringRef Prefix; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAccelTable.cpp53 void AccelTableBase::finalize(AsmPrinter *Asm, StringRef Prefix) { argument
538 emitAppleAccelTableImpl(AsmPrinter *Asm, AccelTableBase &Contents, StringRef Prefix, const MCSymbol *SecBegin, ArrayRef<AppleAccelTableData::Atom> Atoms) argument

Completed in 339 milliseconds

1234567