OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIStringType
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h
432
DenseMap<const
DIStringType
*, unsigned> StringTypeLocMap;
824
unsigned getStringTypeLoc(const
DIStringType
*ST) const {
828
void addStringTypeLoc(const
DIStringType
*ST, unsigned Loc) {
DebugHandlerBase.cpp
179
if (isa<
DIStringType
>(Ty)) {
DwarfUnit.h
315
void constructTypeDIE(DIE &Buffer, const
DIStringType
*BTy);
DwarfUnit.cpp
577
else if (auto *ST = dyn_cast<
DIStringType
>(Ty))
710
void DwarfUnit::constructTypeDIE(DIE &Buffer, const
DIStringType
*STy) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfoMetadata.cpp
566
DIStringType
*
DIStringType
::getImpl(LLVMContext &Context, unsigned Tag,
573
DEFINE_GETIMPL_LOOKUP(
DIStringType
, (Tag, Name, StringLength, StringLengthExp,
576
DEFINE_GETIMPL_STORE(
DIStringType
, (Tag, SizeInBits, AlignInBits, Encoding),
LLVMContextImpl.h
430
template <> struct MDNodeKeyImpl<
DIStringType
> {
445
MDNodeKeyImpl(const
DIStringType
*N)
452
bool isKeyOf(const
DIStringType
*RHS) const {
DIBuilder.cpp
270
DIStringType
*DIBuilder::createStringType(StringRef Name, uint64_t SizeInBits) {
272
return
DIStringType
::get(VMContext, dwarf::DW_TAG_string_type, Name,
AsmWriter.cpp
2017
static void writeDIStringType(raw_ostream &Out, const
DIStringType
*N,
2020
Out << "!
DIStringType
(";
Verifier.cpp
1008
void Verifier::visitDIStringType(const
DIStringType
&N) {
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h
837
class
DIStringType
: public DIType {
843
DIStringType
(LLVMContext &C, StorageType Storage, unsigned Tag,
849
~
DIStringType
() = default;
851
static
DIStringType
*getImpl(LLVMContext &Context, unsigned Tag,
860
static
DIStringType
*getImpl(LLVMContext &Context, unsigned Tag,
873
DEFINE_MDNODE_GET(
DIStringType
,
877
DEFINE_MDNODE_GET(
DIStringType
,
883
DEFINE_MDNODE_GET(
DIStringType
,
DIBuilder.h
206
DIStringType
*createStringType(StringRef Name, uint64_t SizeInBits);
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp
1431
GET_OR_DISTINCT(
DIStringType
,
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
310
void writeDIStringType(const
DIStringType
*N,
1647
void ModuleBitcodeWriter::writeDIStringType(const
DIStringType
*N,
/src/external/apache2/llvm/dist/llvm/lib/AsmParser/
LLParser.cpp
4854
/// ::= !
DIStringType
(name: "character(4)", size: 32, align: 32)
4867
Result = GET_OR_DISTINCT(
DIStringType
,
Completed in 61 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026