HomeSort by: relevance | last modified time | path
    Searched defs:SecType (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
Mangling.cpp 136 auto SecType = MachOObj.getSectionType(Sec);
137 if ((SecType & MachO::SECTION_TYPE) == MachO::S_MOD_INIT_FUNC_POINTERS) {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp 1963 const IdentifierInfo *SecType = Tok.getIdentifierInfo();
1964 if (SecType->isStr("bss"))
1966 else if (SecType->isStr("data"))
1968 else if (SecType->isStr("rodata"))
1970 else if (SecType->isStr("relro"))
1972 else if (SecType->isStr("text"))
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h 118 enum SecType {
130 static inline std::string getSecName(SecType Type) {
147 llvm_unreachable("A SecType has no name for output");
153 SecType Type;
204 static inline void verifySecFlag(SecType Type, SecFlagType Flag) {

Completed in 22 milliseconds