Searched refs:GenericSectionID (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/MC/ |
D | MCContext.h | 325 GenericSectionID = ~0U enumerator 403 unsigned UniqueID = GenericSectionID, 418 unsigned UniqueID = GenericSectionID);
|
/external/llvm/lib/MC/ |
D | MCContext.cpp | 423 return getCOFFSection(Section, Characteristics, Kind, "", 0, GenericSectionID, in getCOFFSection() 428 COFFSectionKey T{Section, "", 0, GenericSectionID}; in getCOFFSection() 439 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCContext.h | 376 GenericSectionID = ~0U enumerator 441 unsigned UniqueID = GenericSectionID, 456 unsigned UniqueID = GenericSectionID);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCContext.cpp | 458 return getCOFFSection(Section, Characteristics, Kind, "", 0, GenericSectionID, in getCOFFSection() 463 COFFSectionKey T{Section, "", 0, GenericSectionID}; in getCOFFSection() 474 if (!KeySym && UniqueID == GenericSectionID) in getAssociativeCOFFSection()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 389 unsigned UniqueID = MCContext::GenericSectionID; in getExplicitSectionGlobal() 486 unsigned UniqueID = MCContext::GenericSectionID; in selectELFSectionForGlobal() 1151 unsigned UniqueID = MCContext::GenericSectionID; in SelectSectionForGlobal() 1493 MCContext::GenericSectionID); in getExplicitSectionGlobal() 1517 unsigned UniqueID = MCContext::GenericSectionID; in selectWasmSectionForGlobal()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 303 unsigned UniqueID = MCContext::GenericSectionID; in selectELFSectionForGlobal() 953 unsigned UniqueID = MCContext::GenericSectionID; in SelectSectionForGlobal()
|