Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSectionMachO.h64 static Error ParseSectionSpecifier(StringRef Spec, // In.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionMachO.cpp177 Error MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In. in ParseSectionSpecifier() function in MCSectionMachO
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp693 if (class Error E = MCSectionMachO::ParseSectionSpecifier( in parseDirectiveSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1175 if (Error E = MCSectionMachO::ParseSectionSpecifier( in emitModuleMetadata()
1219 if (Error E = MCSectionMachO::ParseSectionSpecifier( in getExplicitSectionGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1985 cantFail(MCSectionMachO::ParseSectionSpecifier( in shouldInstrumentGlobal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp3021 return llvm::MCSectionMachO::ParseSectionSpecifier(SecName, Segment, Section, in isValidSectionSpecifier()