Home
last modified time | relevance | path

Searched refs:ParseSectionSpecifier (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h71 static Error ParseSectionSpecifier(StringRef Spec, // In.
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp181 Error MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In. in ParseSectionSpecifier() function in MCSectionMachO
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp693 if (class Error E = MCSectionMachO::ParseSectionSpecifier( in parseDirectiveSection()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1257 if (Error E = MCSectionMachO::ParseSectionSpecifier( in emitModuleMetadata()
1310 if (Error E = MCSectionMachO::ParseSectionSpecifier( in getExplicitSectionGlobal()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2116 cantFail(MCSectionMachO::ParseSectionSpecifier( in shouldInstrumentGlobal()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp2847 return llvm::MCSectionMachO::ParseSectionSpecifier(SecName, Segment, Section, in isValidSectionSpecifier()