Searched defs:Prefix (Results 76 - 100 of 156) sorted by relevance

1234567

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSROA.cpp230 std::string Prefix; member in class:__anon3533::final
H A DLoopUnrollAndJamPass.cpp103 static bool hasAnyUnrollPragma(const Loop *L, StringRef Prefix) { argument
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp496 uint8_t Prefix; member in struct:FeatureEntry
/openbsd-current/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp236 std::string objdump::Prefix; member in class:objdump
/openbsd-current/gnu/llvm/llvm/tools/llc/
H A Dllc.cpp222 SmallString<256> Prefix; local
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp46 std::string Prefix = Twine(PackageName + "-" + Cand.SPACKReleaseStr).str(); local
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DInitPreprocessor.cpp114 static void DefineFloatMacros(MacroBuilder &Builder, StringRef Prefix, argument
184 static void DefineFmt(const Twine &Prefix, TargetInfo::IntType Ty, argument
213 static void DefineTypeSizeAndWidth(const Twine &Prefix, TargetInfo::IntType Ty, argument
236 const char *Prefix = IsSigned ? "__INT" : "__UINT"; local
258 const char *Prefix = IsSigned ? "__INT" : "__UINT"; local
269 const char *Prefix = IsSigned ? "__INT_LEAST" : "__UINT_LEAST"; local
288 const char *Prefix = IsSigned ? "__INT_FAST" : "__UINT_FAST"; local
[all...]
H A DPrintPreprocessedOutput.cpp745 const char *Prefix; member in struct:__anon643::UnknownPragmaHandler
/openbsd-current/gnu/llvm/clang/lib/Format/
H A DBreakableToken.cpp267 BreakableStringLiteral( const FormatToken &Tok, unsigned StartColumn, StringRef Prefix, StringRef Postfix, unsigned UnbreakableTailLength, bool InPPDirective, encoding::Encoding Encoding, const FormatStyle &Style) argument
695 StringRef Prefix = Decoration; local
721 tokenAt(LineIndex), WhitespaceOffsetInToken, WhitespaceLength, "", Prefix, local
925 Prefix[LineIndex], InPPDirective, /*Newlines=*/1, local
[all...]
/openbsd-current/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp34 NSDictionary_Additionals::AdditionalFormatterMatching::Prefix::Prefix( function in class:NSDictionary_Additionals::AdditionalFormatterMatching::Prefix
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DScopedPrinter.h134 OS << Prefix; local
511 StringRef Prefix; member in class:llvm::ScopedPrinter
/openbsd-current/gnu/llvm/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorizationLegality.h102 static StringRef Prefix() { return "llvm.loop."; } function in class:llvm::LoopVectorizeHints
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/PerfJITEvents/
H A DPerfJITEventListener.cpp137 LLVMPerfJitRecordPrefix Prefix; member in struct:__anon2320::LLVMPerfJitRecordCodeLoad
155 LLVMPerfJitRecordPrefix Prefix; member in struct:__anon2320::LLVMPerfJitRecordDebugInfo
[all...]
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DMDBuilder.cpp78 MDNode *MDBuilder::createFunctionSectionPrefix(StringRef Prefix) { argument
/openbsd-current/gnu/llvm/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp503 static bool hasPrefix(StringRef SectionName, StringRef Prefix) { argument
/openbsd-current/gnu/llvm/llvm/tools/bugpoint/
H A DCrashDebugger.cpp89 ReducePassList::doTest(std::vector<std::string> &Prefix, argument
[all...]
H A DMiscompilation.cpp61 ReduceMiscompilingPasses::doTest(std::vector<std::string> &Prefix, argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp176 static xmlNsPtr getNamespaceWithPrefix(const unsigned char *Prefix, argument
/openbsd-current/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp289 static void error(StringRef Prefix, Error Err) { argument
296 static void error(StringRef Prefix, std::error_code EC) { argument
/openbsd-current/gnu/llvm/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp337 static void error(std::error_code EC, const Twine &Prefix) { argument
343 static void error(const ErrorOr<T> &V, const Twine &Prefix) { argument
/openbsd-current/gnu/llvm/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h292 inline void OpcodeDecoder::PrintRegisters(uint32_t VFPMask, StringRef Prefix) { argument
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp941 Out << Prefix << "anonymous block"; local
946 Out << Prefix; local
905 describeTemplateParameters(raw_ostream &Out, const ArrayRef<TemplateArgument> TAList, const LangOptions &LO, StringRef Prefix, StringRef Postfix) argument
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp115 const WinResHeaderPrefix *Prefix; local
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DRISCVISAInfo.cpp530 StringRef Prefix, MinorVersionStr; local
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp114 const auto *Prefix = NNS->getPrefix(); local

Completed in 436 milliseconds

1234567