Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCSectionMachO.h72 static std::string ParseSectionSpecifier(StringRef Spec, // In.
/external/llvm/lib/MC/
DMCSectionMachO.cpp171 std::string MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In. in ParseSectionSpecifier() function in MCSectionMachO
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp494 MCSectionMachO::ParseSectionSpecifier(SectionVal, Segment, Section, in emitModuleFlags()
532 MCSectionMachO::ParseSectionSpecifier(GV->getSection(), Segment, Section, in getExplicitSectionGlobal()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp585 MCSectionMachO::ParseSectionSpecifier(SectionSpec, Segment, Section, in parseDirectiveSection()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1238 std::string ErrorCode = MCSectionMachO::ParseSectionSpecifier( in ShouldInstrumentGlobal()
/external/clang/lib/Basic/
DTargets.cpp235 return llvm::MCSectionMachO::ParseSectionSpecifier(SR, Segment, Section, in isValidSectionSpecifier()