Home
last modified time | relevance | path

Searched refs:FlagStr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DCallSiteInfo.cpp215 for (const auto &FlagStr : CallSiteYAML.flags) { in processYAMLFunctions() local
216 if (FlagStr == "InternalCall") { in processYAMLFunctions()
218 } else if (FlagStr == "ExternalCall") { in processYAMLFunctions()
223 FlagStr.c_str()); in processYAMLFunctions()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp102 uint32_t parseSectionFlags(StringRef FlagStr, bool &Passive, bool &Group) { in parseSectionFlags() argument
104 for (char C : FlagStr) { in parseSectionFlags()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp840 std::string FlagStr = in visitKnownRecord() local
842 P.formatLine("type={0}, flags = {1}", typeIndex(Local.Type), FlagStr); in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp7211 std::string FlagStr; in printFileHeaders() local
7215 FlagStr = "EF_AMDGPU_GENERIC_VERSION_V" + std::to_string(Version); in printFileHeaders()
7216 VerFlagEntry = FlagEntry(FlagStr, VersionFlag); in printFileHeaders()